diff options
author | Harish Krishnaswamy <kharish@novell.com> | 2005-08-23 03:41:59 +0800 |
---|---|---|
committer | Harish Krishnaswamy <kharish@src.gnome.org> | 2005-08-23 03:41:59 +0800 |
commit | 05d01f22e9d84c7d1c7d14033f86e27dec588b8d (patch) | |
tree | 9d5962da9e447c517ed2c4daf419e75b21facd5a /configure.in | |
parent | d546e812ab133c7199b7ae51571d83361aea0878 (diff) | |
download | gsoc2013-evolution-05d01f22e9d84c7d1c7d14033f86e27dec588b8d.tar.gz gsoc2013-evolution-05d01f22e9d84c7d1c7d14033f86e27dec588b8d.tar.zst gsoc2013-evolution-05d01f22e9d84c7d1c7d14033f86e27dec588b8d.zip |
Release 2.3.8
2005-08-23 Harish Krishnaswamy <kharish@novell.com>
* configure.in: Release 2.3.8
svn path=/trunk/; revision=30203
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 b5b3d62e30..ab54ceab09 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.3.7, http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution) +AC_INIT(evolution, 2.3.8, http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution) AC_CONFIG_SRCDIR(README) AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION) |