diff options
author | Srinivasa Ragavan <sragavan@src.gnome.org> | 2008-01-15 15:01:18 +0800 |
---|---|---|
committer | Srinivasa Ragavan <sragavan@src.gnome.org> | 2008-01-15 15:01:18 +0800 |
commit | 63cba9565c84efbdae2a7ba0dde23ab37a77f3a2 (patch) | |
tree | b1acd89a9108ee0255743b8715d3779dccd1bb7c | |
parent | bd1c5eb183fd6922a01851a7e22349f93b2e03f5 (diff) | |
download | gsoc2013-evolution-63cba9565c84efbdae2a7ba0dde23ab37a77f3a2.tar.gz gsoc2013-evolution-63cba9565c84efbdae2a7ba0dde23ab37a77f3a2.tar.zst gsoc2013-evolution-63cba9565c84efbdae2a7ba0dde23ab37a77f3a2.zip |
Version bump to 2.21.90
svn path=/trunk/; revision=34827
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,5 +1,9 @@ 2008-01-14 Srinivasa Ragavan <sragavan@novell.com> + * configure.in: Version bump to 2.21.90 + +2008-01-14 Srinivasa Ragavan <sragavan@novell.com> + * NEWS: Evolution 2.21.5 release 2008-01-09 Srinivasa Ragavan <sragavan@novell.com> diff --git a/configure.in b/configure.in index d5275b4076..12d6eea62a 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.21.5, http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution) +AC_INIT(evolution, 2.21.90, http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution) AC_CONFIG_SRCDIR(README) # Some requirements have versioned package names |