diff options
author | Srinivasa Ragavan <sragavan@novell.com> | 2007-10-31 15:11:51 +0800 |
---|---|---|
committer | Srinivasa Ragavan <sragavan@src.gnome.org> | 2007-10-31 15:11:51 +0800 |
commit | c4981ea30ce9915c5be9f5e819b03558d50f55df (patch) | |
tree | b383b0bc50f5e46f3899be3b28d9cc98506c9503 /configure.in | |
parent | 9f733de6ac222f3a7f1f1b175df6081ab2d61afd (diff) | |
download | gsoc2013-evolution-c4981ea30ce9915c5be9f5e819b03558d50f55df.tar.gz gsoc2013-evolution-c4981ea30ce9915c5be9f5e819b03558d50f55df.tar.zst gsoc2013-evolution-c4981ea30ce9915c5be9f5e819b03558d50f55df.zip |
Evolution 2.21.1 release.EVOLUTION_2_21_1
2007-10-29 Srinivasa Ragavan <sragavan@novell.com>
* NEWS, configure.in: Evolution 2.21.1 release.
svn path=/trunk/; revision=34461
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 55c7520dbc..22eef17744 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.12.0, http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution) +AC_INIT(evolution, 2.21.1, http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution) AC_CONFIG_SRCDIR(README) # Some requirements have versioned package names @@ -59,7 +59,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.12 +BASE_VERSION=2.22 AC_SUBST(BASE_VERSION) AC_DEFINE_UNQUOTED(BASE_VERSION, "$BASE_VERSION", [Base version (Major.Minor)]) |