aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)])