aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorHarish Krishnaswamy <kharish@novell.com>2005-08-29 01:11:15 +0800
committerHarish Krishnaswamy <kharish@src.gnome.org>2005-08-29 01:11:15 +0800
commitf1bdf77f365d3c61d201047b48523db6cc01c9c2 (patch)
treed4c89bfdc733bc693ed55095bc8a75e919eb2f67 /configure.in
parent2c8626f3fc5c6cfa93a2e30f044bf20cf6a9d922 (diff)
downloadgsoc2013-evolution-f1bdf77f365d3c61d201047b48523db6cc01c9c2.tar
gsoc2013-evolution-f1bdf77f365d3c61d201047b48523db6cc01c9c2.tar.gz
gsoc2013-evolution-f1bdf77f365d3c61d201047b48523db6cc01c9c2.tar.bz2
gsoc2013-evolution-f1bdf77f365d3c61d201047b48523db6cc01c9c2.tar.lz
gsoc2013-evolution-f1bdf77f365d3c61d201047b48523db6cc01c9c2.tar.xz
gsoc2013-evolution-f1bdf77f365d3c61d201047b48523db6cc01c9c2.tar.zst
gsoc2013-evolution-f1bdf77f365d3c61d201047b48523db6cc01c9c2.zip
Turn stable release bit on. Set version to 2.4.0. Update.
2005-08-28 Harish Krishnaswamy <kharish@novell.com> * configure.in : Turn stable release bit on. Set version to 2.4.0. * MAINTAINERS : Update. svn path=/trunk/; revision=30277
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 18615875ed..3ef731015a 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.3.8, http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution)
+AC_INIT(evolution, 2.4.0, http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution)
AC_CONFIG_SRCDIR(README)
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
@@ -45,7 +45,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