diff options
author | Harish Krishnaswamy <kharish@novell.com> | 2006-02-14 00:18:43 +0800 |
---|---|---|
committer | Harish Krishnaswamy <kharish@src.gnome.org> | 2006-02-14 00:18:43 +0800 |
commit | 649a29b30f3fcaecac02f009c746f0bfb3ddaf3c (patch) | |
tree | 21c533cbf7b141c14e8fa04e062bc7267c487694 /configure.in | |
parent | cec6ae502becc24010dcc2743d91b2257ce089b3 (diff) | |
download | gsoc2013-evolution-649a29b30f3fcaecac02f009c746f0bfb3ddaf3c.tar.gz gsoc2013-evolution-649a29b30f3fcaecac02f009c746f0bfb3ddaf3c.tar.zst gsoc2013-evolution-649a29b30f3fcaecac02f009c746f0bfb3ddaf3c.zip |
Release updates, version bump. ***** Release 2.5.91 *****
2006-02-13 Harish Krishnaswamy <kharish@novell.com>
* NEWS, configure.in: Release updates, version bump.
***** Release 2.5.91 *****
svn path=/trunk/; revision=31508
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 cec35705b7..632815ae90 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.90, http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution) +AC_INIT(evolution, 2.5.91, 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. |