aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorSrinivasa Ragavan <sragavan@novell.com>2008-03-10 15:02:56 +0800
committerSrinivasa Ragavan <sragavan@src.gnome.org>2008-03-10 15:02:56 +0800
commit44c05f4a5133f334388f53cc051a9b8fb09c4a51 (patch)
tree37c531472be92d05112dd8fd916ed98c41167238 /configure.in
parent59f52e3dee5fe419fd40018fe6c7aa0b1d68a5a2 (diff)
downloadgsoc2013-evolution-44c05f4a5133f334388f53cc051a9b8fb09c4a51.tar
gsoc2013-evolution-44c05f4a5133f334388f53cc051a9b8fb09c4a51.tar.gz
gsoc2013-evolution-44c05f4a5133f334388f53cc051a9b8fb09c4a51.tar.bz2
gsoc2013-evolution-44c05f4a5133f334388f53cc051a9b8fb09c4a51.tar.lz
gsoc2013-evolution-44c05f4a5133f334388f53cc051a9b8fb09c4a51.tar.xz
gsoc2013-evolution-44c05f4a5133f334388f53cc051a9b8fb09c4a51.tar.zst
gsoc2013-evolution-44c05f4a5133f334388f53cc051a9b8fb09c4a51.zip
Evolution 2.22.0 release.EVOLUTION_2_22_0
2008-03-10 Srinivasa Ragavan <sragavan@novell.com> * NEWS, configure.in: Evolution 2.22.0 release. svn path=/trunk/; revision=35162
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 0c7a118eda..a22a678b4d 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.21.92, http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution)
+AC_INIT(evolution, 2.22.0, http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution)
AC_CONFIG_SRCDIR(README)
# Some requirements have versioned package names
@@ -82,7 +82,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