diff options
author | Srinivasa Ragavan <sragavan@novell.com> | 2008-09-22 18:25:56 +0800 |
---|---|---|
committer | Srinivasa Ragavan <sragavan@src.gnome.org> | 2008-09-22 18:25:56 +0800 |
commit | b0fc4c6e6fe77f4cf77c13cefd8bcca543235d63 (patch) | |
tree | d2ef4773845b0a3ce819d04016eb54805ffe50cf /configure.in | |
parent | 984f94f092cca2bb715ede88454e3e8d2648c0d8 (diff) | |
download | gsoc2013-evolution-b0fc4c6e6fe77f4cf77c13cefd8bcca543235d63.tar.gz gsoc2013-evolution-b0fc4c6e6fe77f4cf77c13cefd8bcca543235d63.tar.zst gsoc2013-evolution-b0fc4c6e6fe77f4cf77c13cefd8bcca543235d63.zip |
Evolution 2.24.0 release.
2008-09-22 Srinivasa Ragavan <sragavan@novell.com>
* NEWS, configure.in: Evolution 2.24.0 release.
svn path=/trunk/; revision=36420
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 6b67390747..bf6444b70e 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.23.92, http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution) +AC_INIT(evolution, 2.24.0, http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution) AC_CONFIG_SRCDIR(README) # Some requirements have versioned package names @@ -81,7 +81,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 @@ -2007,6 +2007,7 @@ mail/default/sr/Makefile mail/default/sr@latin/Makefile mail/default/sv/Makefile mail/default/hu/Makefile +mail/default/cs/Makefile mail/importers/Makefile plugins/Makefile plugins/mark-all-read/Makefile |