diff options
author | Harish Krishnaswamy <kharish@novell.com> | 2006-07-10 23:42:28 +0800 |
---|---|---|
committer | Harish Krishnaswamy <kharish@src.gnome.org> | 2006-07-10 23:42:28 +0800 |
commit | 39e85401e57d5dd0b8d95983d1f4233dc4bbd067 (patch) | |
tree | 0b2b2de5e876fba8eece881845ec5a85a4a8f507 /configure.in | |
parent | accf65162528d78d873fa46aad82ee093d348d81 (diff) | |
download | gsoc2013-evolution-39e85401e57d5dd0b8d95983d1f4233dc4bbd067.tar.gz gsoc2013-evolution-39e85401e57d5dd0b8d95983d1f4233dc4bbd067.tar.zst gsoc2013-evolution-39e85401e57d5dd0b8d95983d1f4233dc4bbd067.zip |
Evolution 2.7.4 release updates.
2006-07-10 Harish Krishnaswamy <kharish@novell.com>
* configure.in, NEWS: Evolution 2.7.4 release
updates.
svn path=/trunk/; revision=32273
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 5031d748a3..c325d60b03 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.7.3, http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution) +AC_INIT(evolution, 2.7.4, 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. |