diff options
author | Harish Krishnaswamy <kharish@novell.com> | 2005-12-13 11:28:19 +0800 |
---|---|---|
committer | Harish Krishnaswamy <kharish@src.gnome.org> | 2005-12-13 11:28:19 +0800 |
commit | eef63a842a31a178803e2ab893f584ae96bf9079 (patch) | |
tree | 68510603d4364eb54e945517f870a4928102a88d /configure.in | |
parent | 0d72307a839fd83353fa5dd0743b9cb13689723e (diff) | |
download | gsoc2013-evolution-eef63a842a31a178803e2ab893f584ae96bf9079.tar.gz gsoc2013-evolution-eef63a842a31a178803e2ab893f584ae96bf9079.tar.zst gsoc2013-evolution-eef63a842a31a178803e2ab893f584ae96bf9079.zip |
Release updates, version bump. ***** Release 2.5.3 *****
2005-12-12 Harish Krishnaswamy <kharish@novell.com>
* NEWS, configure.in: Release updates, version bump.
***** Release 2.5.3 *****
svn path=/trunk/; revision=30761
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 2e03f73054..dcdd106dcd 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.2, http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution) +AC_INIT(evolution, 2.5.3, http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution) AC_CONFIG_SRCDIR(README) AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION) |