aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChenthill Palanisamy <pchenthill@novell.com>2010-06-10 15:40:10 +0800
committerChenthill Palanisamy <pchenthill@novell.com>2010-06-10 15:40:10 +0800
commitf8cadf645956e62b9ffb1e85f80fe074a4bcc272 (patch)
tree76b7ecbd8f2282366bdb93afcb4e17b115d24050
parentc209ecc49865fc3f4d5574e6e5f8585baf12795f (diff)
downloadgsoc2013-evolution-EVOLUTION_2_31_3_1.tar
gsoc2013-evolution-EVOLUTION_2_31_3_1.tar.gz
gsoc2013-evolution-EVOLUTION_2_31_3_1.tar.bz2
gsoc2013-evolution-EVOLUTION_2_31_3_1.tar.lz
gsoc2013-evolution-EVOLUTION_2_31_3_1.tar.xz
gsoc2013-evolution-EVOLUTION_2_31_3_1.tar.zst
gsoc2013-evolution-EVOLUTION_2_31_3_1.zip
updating the version for 2.31.3.1 releaseEVOLUTION_2_31_3_1
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index c493cb926f..75d019982b 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], [4])
+m4_define([evo_micro_version], [3])
m4_define([evo_version],
[evo_major_version.evo_minor_version.evo_micro_version])
m4_define([evo_stable_version],
@@ -22,7 +22,7 @@ m4_define([upgrade_revision], [0])
dnl Autoconf / Automake Initialization
AC_PREREQ(2.58)
-AC_INIT([evolution],[evo_version],[http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution])
+AC_INIT([evolution],[evo_version].1,[http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution])
AM_INIT_AUTOMAKE([1.10 -Wall -Werror foreign])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_HEADERS(config.h)