diff options
author | Harish Krishnaswamy <kharish@novell.com> | 2006-11-07 02:56:05 +0800 |
---|---|---|
committer | Harish Krishnaswamy <kharish@src.gnome.org> | 2006-11-07 02:56:05 +0800 |
commit | 3053e7ad00c3ddf9cae531ef89143de36d14c226 (patch) | |
tree | d10f68266820a67401adf8351498fba1264536dd /configure.in | |
parent | ac40aed2198c0e807e532fbc48e9ebf4c12fc4ed (diff) | |
download | gsoc2013-evolution-3053e7ad00c3ddf9cae531ef89143de36d14c226.tar.gz gsoc2013-evolution-3053e7ad00c3ddf9cae531ef89143de36d14c226.tar.zst gsoc2013-evolution-3053e7ad00c3ddf9cae531ef89143de36d14c226.zip |
Evolution 2.9.1 release updates.
2006-11-07 Harish Krishnaswamy <kharish@novell.com>
* NEWS, configure.in : Evolution 2.9.1 release
updates.
svn path=/trunk/; revision=32955
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 646d1be10d..f446eedfd8 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.9.1, http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution) +AC_INIT(evolution, 2.9.2, 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. |