diff options
author | Harish Krishnaswamy <kharish@novell.com> | 2006-10-02 21:26:28 +0800 |
---|---|---|
committer | Harish Krishnaswamy <kharish@src.gnome.org> | 2006-10-02 21:26:28 +0800 |
commit | 6d0925e050d1f20d0ddd79fcc18d4d006ba11fbf (patch) | |
tree | 12a770c3daa9131337fdd60cd32418251de7182e /configure.in | |
parent | cd1709ae359bd0caf44a607cac44ea09f87a4740 (diff) | |
download | gsoc2013-evolution-6d0925e050d1f20d0ddd79fcc18d4d006ba11fbf.tar gsoc2013-evolution-6d0925e050d1f20d0ddd79fcc18d4d006ba11fbf.tar.gz gsoc2013-evolution-6d0925e050d1f20d0ddd79fcc18d4d006ba11fbf.tar.bz2 gsoc2013-evolution-6d0925e050d1f20d0ddd79fcc18d4d006ba11fbf.tar.lz gsoc2013-evolution-6d0925e050d1f20d0ddd79fcc18d4d006ba11fbf.tar.xz gsoc2013-evolution-6d0925e050d1f20d0ddd79fcc18d4d006ba11fbf.tar.zst gsoc2013-evolution-6d0925e050d1f20d0ddd79fcc18d4d006ba11fbf.zip |
Evolution 2.8.1 release updates.
2006-10-02 Harish Krishnaswamy <kharish@novell.com>
* NEWS, configure.in: Evolution 2.8.1 release
updates.
svn path=/trunk/; revision=32844
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 b64adfa20b..bc4103f2b8 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.8.0, http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution) +AC_INIT(evolution, 2.8.1, 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. |