From e5eb7c773907e630174b0e77de6720b55946e4e3 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sun, 17 Mar 2013 10:42:12 -0400 Subject: Bump version to 3.9.1. --- configure.ac | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 300c927157..414b2cffbf 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], [8]) -m4_define([evo_micro_version], [0]) +m4_define([evo_minor_version], [9]) +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.8 -m4_define([base_version], [3.8]) +BASE_VERSION=3.10 +m4_define([base_version], [3.10]) dnl Autoconf / Automake Initialization AC_PREREQ([2.64]) -- cgit v1.2.3