diff options
author | Chenthill Palanisamy <pchenthill@novell.com> | 2011-11-14 19:04:49 +0800 |
---|---|---|
committer | Chenthill Palanisamy <pchenthill@novell.com> | 2011-11-14 19:04:49 +0800 |
commit | 5b26d9075a459d6a01e55e99c6733d8529ababbe (patch) | |
tree | 9896b2949d8a6e4a7ed7c61ffe7e25867f3a57ce | |
parent | 0961ca47d78fd5b7ff2f73304d53e727362b813e (diff) | |
download | gsoc2013-evolution-5b26d9075a459d6a01e55e99c6733d8529ababbe.tar.gz gsoc2013-evolution-5b26d9075a459d6a01e55e99c6733d8529ababbe.tar.zst gsoc2013-evolution-5b26d9075a459d6a01e55e99c6733d8529ababbe.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 b145c00dc9..ddff758d68 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl Evolution Versions m4_define([evo_major_version], [3]) m4_define([evo_minor_version], [2]) -m4_define([evo_micro_version], [2]) +m4_define([evo_micro_version], [3]) m4_define([evo_version], [evo_major_version.evo_minor_version.evo_micro_version]) m4_define([evo_stable_version], |