diff options
author | Harish Krishnaswamy <kharish@novell.com> | 2006-01-17 17:04:44 +0800 |
---|---|---|
committer | Harish Krishnaswamy <kharish@src.gnome.org> | 2006-01-17 17:04:44 +0800 |
commit | d02c3175e85c84ed59e7416de7d4a628b5551f65 (patch) | |
tree | 1e5ae36f308a162ef4a83b7039f71defe234b469 /configure.in | |
parent | 2e29adffa35992101804623dd6382335c77e33b0 (diff) | |
download | gsoc2013-evolution-d02c3175e85c84ed59e7416de7d4a628b5551f65.tar gsoc2013-evolution-d02c3175e85c84ed59e7416de7d4a628b5551f65.tar.gz gsoc2013-evolution-d02c3175e85c84ed59e7416de7d4a628b5551f65.tar.bz2 gsoc2013-evolution-d02c3175e85c84ed59e7416de7d4a628b5551f65.tar.lz gsoc2013-evolution-d02c3175e85c84ed59e7416de7d4a628b5551f65.tar.xz gsoc2013-evolution-d02c3175e85c84ed59e7416de7d4a628b5551f65.tar.zst gsoc2013-evolution-d02c3175e85c84ed59e7416de7d4a628b5551f65.zip |
Release updates, version bump. ***** Release 2.5.5 *****
2006-01-17 Harish Krishnaswamy <kharish@novell.com>
* configure.in, NEWS: Release updates, version bump.
***** Release 2.5.5 *****
svn path=/trunk/; revision=31225
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 f337ea7b21..82360c10f8 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.4, http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution) +AC_INIT(evolution, 2.5.5, http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution) AC_CONFIG_SRCDIR(README) AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION) |