diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2010-05-24 00:32:56 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2010-05-24 00:35:12 +0800 |
commit | 5ec3c1b1cc0f734a33e35aa1cc872dc8a0b30dec (patch) | |
tree | 800235fa914fe81ed911ca9b008bf152b8ddb229 /configure.ac | |
parent | 9ee53618849cad2f3077d9e991eee1591ecc952c (diff) | |
download | gsoc2013-evolution-5ec3c1b1cc0f734a33e35aa1cc872dc8a0b30dec.tar gsoc2013-evolution-5ec3c1b1cc0f734a33e35aa1cc872dc8a0b30dec.tar.gz gsoc2013-evolution-5ec3c1b1cc0f734a33e35aa1cc872dc8a0b30dec.tar.bz2 gsoc2013-evolution-5ec3c1b1cc0f734a33e35aa1cc872dc8a0b30dec.tar.lz gsoc2013-evolution-5ec3c1b1cc0f734a33e35aa1cc872dc8a0b30dec.tar.xz gsoc2013-evolution-5ec3c1b1cc0f734a33e35aa1cc872dc8a0b30dec.tar.zst gsoc2013-evolution-5ec3c1b1cc0f734a33e35aa1cc872dc8a0b30dec.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 35ce26a27b..b3d6e4c3e8 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], [31]) -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], |