Post-release version bump.

This commit is contained in:
Matthew Barnes
2011-09-24 18:19:58 -04:00
parent 95c0d59e9a
commit 2e3800ef8f

View File

@ -1,7 +1,7 @@
dnl Evolution Versions
m4_define([evo_major_version], [3])
m4_define([evo_minor_version], [2])
m4_define([evo_micro_version], [0])
m4_define([evo_minor_version], [3])
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.2
m4_define([base_version], [3.2])
BASE_VERSION=3.4
m4_define([base_version], [3.4])
dnl Upgrade Revision: This is for triggering migration calls between
dnl varying versions. Reset to 0 whenever BASE_VERSION changes.