aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorHarish Krishnaswamy <kharish@novell.com>2006-04-24 19:35:08 +0800
committerHarish Krishnaswamy <kharish@src.gnome.org>2006-04-24 19:35:08 +0800
commit66aa34d73cd6984239803f5a70914f466ac34f7b (patch)
treedaeeb6b1c32e52d6c52b36611294d2c9f4433d7a /configure.in
parent81390589bdd13bcbcd8fe73935cb619d041b07d8 (diff)
downloadgsoc2013-evolution-66aa34d73cd6984239803f5a70914f466ac34f7b.tar
gsoc2013-evolution-66aa34d73cd6984239803f5a70914f466ac34f7b.tar.gz
gsoc2013-evolution-66aa34d73cd6984239803f5a70914f466ac34f7b.tar.bz2
gsoc2013-evolution-66aa34d73cd6984239803f5a70914f466ac34f7b.tar.lz
gsoc2013-evolution-66aa34d73cd6984239803f5a70914f466ac34f7b.tar.xz
gsoc2013-evolution-66aa34d73cd6984239803f5a70914f466ac34f7b.tar.zst
gsoc2013-evolution-66aa34d73cd6984239803f5a70914f466ac34f7b.zip
Release updates. Bump version. ***** Release 2.7.1 *****
2006-04-24 Harish Krishnaswamy <kharish@novell.com> * NEWS, configure.in: Release updates. Bump version. ***** Release 2.7.1 ***** svn path=/trunk/; revision=31884
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index d4437b9632..70d2cd19f1 100644
--- a/configure.in
+++ b/configure.in
@@ -1,7 +1,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.52)
-AC_INIT(evolution, 2.5.92, http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution)
+AC_INIT(evolution, 2.7.1, http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution)
AC_CONFIG_SRCDIR(README)
# Gross hack to enable 'make dist' on automake 1.9+tar 1.14.
@@ -27,7 +27,7 @@ dnl This is for api/versioning tracking for things like bonobo .server files
dnl
dnl This should always be the major/minor of the stable version or stable version to be
dnl *************************************************************************************************
-BASE_VERSION=2.6
+BASE_VERSION=2.8
AC_SUBST(BASE_VERSION)
AC_DEFINE_UNQUOTED(BASE_VERSION, "$BASE_VERSION", [Base version (Major.Minor)])