diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2011-09-04 10:27:31 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2011-09-04 19:34:32 +0800 |
commit | 184ae3971dd80b8ba59b826d845ba3643126758f (patch) | |
tree | 8497e1d6a1018bac733c3b9d192ed5c45935353d | |
parent | 68c456d4cd0dec5c04b65be72bda29599223893b (diff) | |
download | gsoc2013-evolution-184ae3971dd80b8ba59b826d845ba3643126758f.tar.gz gsoc2013-evolution-184ae3971dd80b8ba59b826d845ba3643126758f.tar.zst gsoc2013-evolution-184ae3971dd80b8ba59b826d845ba3643126758f.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 b033d76e65..c4ff6cfd4b 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], [1]) -m4_define([evo_micro_version], [91]) +m4_define([evo_micro_version], [92]) m4_define([evo_version], [evo_major_version.evo_minor_version.evo_micro_version]) m4_define([evo_stable_version], |