aboutsummaryrefslogtreecommitdiffstats
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
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
-rw-r--r--ChangeLog5
-rw-r--r--NEWS10
-rw-r--r--configure.in4
3 files changed, 17 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index fa0ca7b4e8..0eec5fad45 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-04-24 Harish Krishnaswamy <kharish@novell.com>
+
+ * NEWS, configure.in: Release updates. Bump version.
+ ***** Release 2.7.1 *****
+
2006-04-19 Philip Van Hoof <pvanhoof@gnome.org>
* shell/main.c: Replaced popt with GOption API
diff --git a/NEWS b/NEWS
index 39dd51b3dd..d9de039226 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+Evolution 2.7.1 2006-04-24
+---------------------------
+
+First release of 2.7 development series.
+
+What is new ?
+-------------
+
+* Integration of Evolution Calendar with Cairo
+
Evolution 2.5.92 2006-02-27
---------------------------
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)])