diff options
author | Srinivasa Ragavan <sragavan@src.gnome.org> | 2007-09-26 16:29:43 +0800 |
---|---|---|
committer | Srinivasa Ragavan <sragavan@src.gnome.org> | 2007-09-26 16:29:43 +0800 |
commit | a7d1ec9ee705e85c127e3ae307c09565f299bb8e (patch) | |
tree | d498973c0ca38fac13699031cfb6496dc1b8ca61 /configure.in | |
parent | 64abbbcdaa0234cd817fabb07165f16b7015cfd1 (diff) | |
download | gsoc2013-evolution-a7d1ec9ee705e85c127e3ae307c09565f299bb8e.tar.gz gsoc2013-evolution-a7d1ec9ee705e85c127e3ae307c09565f299bb8e.tar.zst gsoc2013-evolution-a7d1ec9ee705e85c127e3ae307c09565f299bb8e.zip |
Evolution 2.12.0 release
* NEWS, configure.in: Evolution 2.12.0 release
svn path=/trunk/; revision=34306
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 d28ceec3d7..a3050059a3 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.11.92, http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution) +AC_INIT(evolution, 2.12.0, http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution) AC_CONFIG_SRCDIR(README) # Some requirements have versioned package names |