diff options
author | Chenthill Palanisamy <pchenthill@novell.com> | 2010-12-20 22:49:37 +0800 |
---|---|---|
committer | Chenthill Palanisamy <pchenthill@novell.com> | 2010-12-20 22:49:37 +0800 |
commit | e628ec9c59a2cc5b2aecf72ef885b744cabd2537 (patch) | |
tree | a9bf28a7f7bcdf6cd1f58792a999f2fa77dd94d3 | |
parent | bce3640c48e285f4df8652d95e7f311362477ffb (diff) | |
download | gsoc2013-evolution-e628ec9c59a2cc5b2aecf72ef885b744cabd2537.tar.gz gsoc2013-evolution-e628ec9c59a2cc5b2aecf72ef885b744cabd2537.tar.zst gsoc2013-evolution-e628ec9c59a2cc5b2aecf72ef885b744cabd2537.zip |
post release version bump
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index a84e60abcb..bdd995da02 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl Evolution Versions m4_define([evo_major_version], [2]) m4_define([evo_minor_version], [91]) -m4_define([evo_micro_version], [4]) +m4_define([evo_micro_version], [5]) m4_define([evo_version], [evo_major_version.evo_minor_version.evo_micro_version]) m4_define([evo_stable_version], |