From 3901f2d010e5964a8c6aaac3e1b44ae145b97bae Mon Sep 17 00:00:00 2001 From: Harish Krishnaswamy Date: Mon, 2 Jan 2006 16:35:41 +0000 Subject: Release updates, version bump. ***** Release 2.5.4 ***** 2006-01-02 Harish Krishnaswamy * configure.in: Release updates, version bump. ***** Release 2.5.4 ***** svn path=/trunk/; revision=31030 --- ChangeLog | 5 +++++ configure.in | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 3f928805e6..c03e1d4144 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-01-02 Harish Krishnaswamy + + * NEWS, configure.in: Release updates, version bump. + ***** Release 2.5.4 ***** + 2005-12-22 Tor Lillqvist * configure.in: Fix minor errors in the Network Manager tests. diff --git a/configure.in b/configure.in index 7d99688056..85a968e3af 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.3, http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution) +AC_INIT(evolution, 2.5.4, http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution) AC_CONFIG_SRCDIR(README) AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION) -- cgit