diff options
author | Harish Krishnaswamy <kharish@novell.com> | 2006-06-12 23:35:23 +0800 |
---|---|---|
committer | Harish Krishnaswamy <kharish@src.gnome.org> | 2006-06-12 23:35:23 +0800 |
commit | 31aa0b9dc1a1a87b0dc5a1e114f1a61c9a2b4dd6 (patch) | |
tree | 52b26e0a4f09921efbc8139a69708fc4c29b4eee /configure.in | |
parent | ba09f4ba8961a951034389ac2b58e1e99889c455 (diff) | |
download | gsoc2013-evolution-31aa0b9dc1a1a87b0dc5a1e114f1a61c9a2b4dd6.tar.gz gsoc2013-evolution-31aa0b9dc1a1a87b0dc5a1e114f1a61c9a2b4dd6.tar.zst gsoc2013-evolution-31aa0b9dc1a1a87b0dc5a1e114f1a61c9a2b4dd6.zip |
Release updates. Bump version. Evolution 2.7.3 release.
2006-06-12 Harish Krishnaswamy <kharish@novell.com>
* NEWS: Release updates.
* configure.in: Bump version. Evolution 2.7.3 release.
svn path=/trunk/; revision=32120
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 4aace1c63c..dc83664b5d 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.7.2.1, http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution) +AC_INIT(evolution, 2.7.3, 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. |