diff options
author | Srinivasa Ragavan <sragavan@novell.com> | 2008-04-23 13:31:28 +0800 |
---|---|---|
committer | Srinivasa Ragavan <sragavan@src.gnome.org> | 2008-04-23 13:31:28 +0800 |
commit | 4b831234e0a82f9694913f9286356abf344745a3 (patch) | |
tree | 34933a4bf74bb2fbdda025b1968103592fafaaef /configure.in | |
parent | d45f9bbd609b0068337fd345c927f9008f0f15f9 (diff) | |
download | gsoc2013-evolution-4b831234e0a82f9694913f9286356abf344745a3.tar gsoc2013-evolution-4b831234e0a82f9694913f9286356abf344745a3.tar.gz gsoc2013-evolution-4b831234e0a82f9694913f9286356abf344745a3.tar.bz2 gsoc2013-evolution-4b831234e0a82f9694913f9286356abf344745a3.tar.lz gsoc2013-evolution-4b831234e0a82f9694913f9286356abf344745a3.tar.xz gsoc2013-evolution-4b831234e0a82f9694913f9286356abf344745a3.tar.zst gsoc2013-evolution-4b831234e0a82f9694913f9286356abf344745a3.zip |
Evolution 2.23.1 release and version bump.
2008-04-21 Srinivasa Ragavan <sragavan@novell.com>
* NEWS, configure.in: Evolution 2.23.1 release and version bump.
svn path=/trunk/; revision=35407
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 544d7b6af4..a5a14b0652 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.1, http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution) +AC_INIT(evolution, 2.23.2, 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, 0, [If we are in development mode or not]) +AC_DEFINE(DEVELOPMENT, 1, [If we are in development mode or not]) AC_SUBST(DEVELOPMENT) AC_ISC_POSIX |