diff options
author | Chenthill Palanisamy <pchenthill@novell.com> | 2009-06-17 00:43:00 +0800 |
---|---|---|
committer | Chenthill Palanisamy <pchenthill@novell.com> | 2009-06-17 00:44:57 +0800 |
commit | dadfda10cfc0a25bec9865f5517c398e072a67c6 (patch) | |
tree | 21b9ec8dc0e99a9f145e7a7ec98321f87c292c85 /configure.ac | |
parent | cfeb433e9bca01973185e3db681a3516a9e3d063 (diff) | |
download | gsoc2013-evolution-dadfda10cfc0a25bec9865f5517c398e072a67c6.tar.gz gsoc2013-evolution-dadfda10cfc0a25bec9865f5517c398e072a67c6.tar.zst gsoc2013-evolution-dadfda10cfc0a25bec9865f5517c398e072a67c6.zip |
post release version bump.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 035f38d09e..f9d110e055 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ(2.52) m4_define([evo_major_version], [2]) m4_define([evo_minor_version], [27]) -m4_define([evo_micro_version], [3]) +m4_define([evo_micro_version], [4]) m4_define([evo_version], [evo_major_version.evo_minor_version.evo_micro_version]) m4_define([evo_stable_version], |