diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2012-03-26 10:35:07 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2012-03-26 10:35:07 +0800 |
commit | c320054648fabd4256fca5eff04a39609bd73b3f (patch) | |
tree | 78a2b752bd8e9012064769ad18c430d37ab0f807 | |
parent | 96e23114bbd64c400b6d51b134f59ae1a6525dd7 (diff) | |
download | gsoc2013-evolution-c320054648fabd4256fca5eff04a39609bd73b3f.tar.gz gsoc2013-evolution-c320054648fabd4256fca5eff04a39609bd73b3f.tar.zst gsoc2013-evolution-c320054648fabd4256fca5eff04a39609bd73b3f.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 76d8dce682..9216e24aa9 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], [4]) -m4_define([evo_micro_version], [0]) +m4_define([evo_micro_version], [1]) m4_define([evo_version], [evo_major_version.evo_minor_version.evo_micro_version]) m4_define([evo_stable_version], |