diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2014-03-23 09:11:14 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2014-03-23 09:11:14 +0800 |
commit | f50007fd336fa9408573ecc6674faeedaf943bfb (patch) | |
tree | fb258f4110ba3bf104d787915b2b8f2c9a809699 | |
parent | 790e5b1b0f166dd5d42767ec7fc3c4625d185e8f (diff) | |
download | gsoc2013-evolution-f50007fd336fa9408573ecc6674faeedaf943bfb.tar gsoc2013-evolution-f50007fd336fa9408573ecc6674faeedaf943bfb.tar.gz gsoc2013-evolution-f50007fd336fa9408573ecc6674faeedaf943bfb.tar.bz2 gsoc2013-evolution-f50007fd336fa9408573ecc6674faeedaf943bfb.tar.lz gsoc2013-evolution-f50007fd336fa9408573ecc6674faeedaf943bfb.tar.xz gsoc2013-evolution-f50007fd336fa9408573ecc6674faeedaf943bfb.tar.zst gsoc2013-evolution-f50007fd336fa9408573ecc6674faeedaf943bfb.zip |
Post-release version bump.
-rw-r--r-- | configure.ac | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index d442c8e04f..238a6a4d8f 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], [12]) -m4_define([evo_micro_version], [0]) +m4_define([evo_minor_version], [13]) +m4_define([evo_micro_version], [1]) m4_define([evo_version], [evo_major_version.evo_minor_version.evo_micro_version]) m4_define([evo_stable_version], @@ -13,8 +13,8 @@ dnl Base Version: This is for API/version tracking for things like dnl Bonobo server files. This should always be the major/minor of dnl the stable version or stable version to be. Note, this is set dnl the way it is so that GETTEXT_PACKAGE will be parsed correctly. -BASE_VERSION=3.12 -m4_define([base_version], [3.12]) +BASE_VERSION=3.14 +m4_define([base_version], [3.14]) dnl Autoconf / Automake Initialization AC_PREREQ([2.64]) |