diff options
author | Harish Krishnaswamy <kharish@novell.com> | 2006-04-24 19:35:08 +0800 |
---|---|---|
committer | Harish Krishnaswamy <kharish@src.gnome.org> | 2006-04-24 19:35:08 +0800 |
commit | 66aa34d73cd6984239803f5a70914f466ac34f7b (patch) | |
tree | daeeb6b1c32e52d6c52b36611294d2c9f4433d7a | |
parent | 81390589bdd13bcbcd8fe73935cb619d041b07d8 (diff) | |
download | gsoc2013-evolution-66aa34d73cd6984239803f5a70914f466ac34f7b.tar.gz 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-- | ChangeLog | 5 | ||||
-rw-r--r-- | NEWS | 10 | ||||
-rw-r--r-- | configure.in | 4 |
3 files changed, 17 insertions, 2 deletions
@@ -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 @@ -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)]) |