diff options
author | Harish Krishnaswamy <kharish@novell.com> | 2005-07-02 20:38:46 +0800 |
---|---|---|
committer | Harish Krishnaswamy <kharish@src.gnome.org> | 2005-07-02 20:38:46 +0800 |
commit | 10315aabac9f3cab20fc54527af82b06b8588ff9 (patch) | |
tree | 709b38cdb62adf66fba993d3029c4bf44c71dda2 /configure.in | |
parent | 62dbb349cd395f467464fd5fe0573afd11285303 (diff) | |
download | gsoc2013-evolution-10315aabac9f3cab20fc54527af82b06b8588ff9.tar.gz gsoc2013-evolution-10315aabac9f3cab20fc54527af82b06b8588ff9.tar.zst gsoc2013-evolution-10315aabac9f3cab20fc54527af82b06b8588ff9.zip |
bump version
2005-07-02 Harish Krishnaswamy <kharish@novell.com>
* configure.in: bump version
svn path=/trunk/; revision=29616
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 426ddab7a1..7a00bd326a 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.3, http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution) +AC_INIT(evolution, 2.3.4, http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution) AC_CONFIG_SRCDIR(README) AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION) |