diff options
author | Srinivasa Ragavan <sragavan@src.gnome.org> | 2007-09-21 22:33:12 +0800 |
---|---|---|
committer | Srinivasa Ragavan <sragavan@src.gnome.org> | 2007-09-21 22:33:12 +0800 |
commit | 76b2e47da1f9d4b2796631b27db0580493bba84a (patch) | |
tree | 6f8b3f8d69ffca9953e8c2ee5d2a882ce63f3d97 /configure.in | |
parent | 2b71ee32f5e2ee99d018aee9764c1f5629cfecc3 (diff) | |
download | gsoc2013-evolution-EVOLUTION_2_12_0.tar.gz gsoc2013-evolution-EVOLUTION_2_12_0.tar.zst gsoc2013-evolution-EVOLUTION_2_12_0.zip |
Evolution 2.12.0 releaseEVOLUTION_2_12_0
* NEWS, configure.in: Evolution 2.12.0 release
svn path=/branches/gnome-2-20/; revision=34292
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index c8694efc65..a678aa5c7f 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 @@ -80,7 +80,7 @@ dnl The controls whether things like the development warning in shell/main.c are dnl dnl This should be set to 0 for stable releases and 1 for unstable releases dnl ************************************************************************************************* -AC_DEFINE(DEVELOPMENT, 1, [If we are in development mode or not]) +AC_DEFINE(DEVELOPMENT, 0, [If we are in development mode or not]) AC_SUBST(DEVELOPMENT) AC_ISC_POSIX |