diff options
author | Chenthill Palanisamy <pchenthill@novell.com> | 2009-08-10 19:35:00 +0800 |
---|---|---|
committer | Chenthill Palanisamy <pchenthill@novell.com> | 2009-08-10 19:35:00 +0800 |
commit | f6ae2f1fb3034a12c3503e22f41678716f39e948 (patch) | |
tree | 5888d473682ad0f53e715df3e3928721dbeabc3a | |
parent | a84d95c76cf9c9f895476b155830e489a391b909 (diff) | |
download | gsoc2013-evolution-f6ae2f1fb3034a12c3503e22f41678716f39e948.tar gsoc2013-evolution-f6ae2f1fb3034a12c3503e22f41678716f39e948.tar.gz gsoc2013-evolution-f6ae2f1fb3034a12c3503e22f41678716f39e948.tar.bz2 gsoc2013-evolution-f6ae2f1fb3034a12c3503e22f41678716f39e948.tar.lz gsoc2013-evolution-f6ae2f1fb3034a12c3503e22f41678716f39e948.tar.xz gsoc2013-evolution-f6ae2f1fb3034a12c3503e22f41678716f39e948.tar.zst gsoc2013-evolution-f6ae2f1fb3034a12c3503e22f41678716f39e948.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 5e0702ff88..bc2e4b0d7e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # Evolution Versions m4_define([evo_major_version], [2]) m4_define([evo_minor_version], [27]) -m4_define([evo_micro_version], [90]) +m4_define([evo_micro_version], [91]) m4_define([evo_version], [evo_major_version.evo_minor_version.evo_micro_version]) m4_define([evo_stable_version], |