aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorSrinivasa Ragavan <sragavan@src.gnome.org>2007-04-23 11:59:01 +0800
committerSrinivasa Ragavan <sragavan@src.gnome.org>2007-04-23 11:59:01 +0800
commit36f4e0c5c642cc856c8c8f9abd758683e227d571 (patch)
tree085c764a3b8ff51bc91c812d356270b3ba8e6942 /configure.in
parente4a4c2f2a2733ee60a918fabe41faf55f7cc7f41 (diff)
downloadgsoc2013-evolution-36f4e0c5c642cc856c8c8f9abd758683e227d571.tar
gsoc2013-evolution-36f4e0c5c642cc856c8c8f9abd758683e227d571.tar.gz
gsoc2013-evolution-36f4e0c5c642cc856c8c8f9abd758683e227d571.tar.bz2
gsoc2013-evolution-36f4e0c5c642cc856c8c8f9abd758683e227d571.tar.lz
gsoc2013-evolution-36f4e0c5c642cc856c8c8f9abd758683e227d571.tar.xz
gsoc2013-evolution-36f4e0c5c642cc856c8c8f9abd758683e227d571.tar.zst
gsoc2013-evolution-36f4e0c5c642cc856c8c8f9abd758683e227d571.zip
** Evolution 2.11.1 release
svn path=/trunk/; revision=33447
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index a26a0c03f4..eec87a060e 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.10.0, http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution)
+AC_INIT(evolution, 2.11.1, http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution)
AC_CONFIG_SRCDIR(README)
@@ -30,7 +30,7 @@ dnl This is for api/versioning tracking for things like bonobo .server files
dnl
dnl This should always be the major/minor of the stable version or stable version to be
dnl *************************************************************************************************
-BASE_VERSION=2.10
+BASE_VERSION=2.12
AC_SUBST(BASE_VERSION)
AC_DEFINE_UNQUOTED(BASE_VERSION, "$BASE_VERSION", [Base version (Major.Minor)])
@@ -52,7 +52,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