aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSrinivasa Ragavan <sragavan@novell.com>2008-09-22 19:09:49 +0800
committerSrinivasa Ragavan <sragavan@src.gnome.org>2008-09-22 19:09:49 +0800
commit104c90d9d9a0e890247dff2d918347a6db7b1bb4 (patch)
tree2b3f60ebc4d11bbb0f46bc2a8d2bf7fe773a2d8b
parent1d3a7938fa15feaffab404761b5f198626e0627a (diff)
downloadgsoc2013-evolution-104c90d9d9a0e890247dff2d918347a6db7b1bb4.tar
gsoc2013-evolution-104c90d9d9a0e890247dff2d918347a6db7b1bb4.tar.gz
gsoc2013-evolution-104c90d9d9a0e890247dff2d918347a6db7b1bb4.tar.bz2
gsoc2013-evolution-104c90d9d9a0e890247dff2d918347a6db7b1bb4.tar.lz
gsoc2013-evolution-104c90d9d9a0e890247dff2d918347a6db7b1bb4.tar.xz
gsoc2013-evolution-104c90d9d9a0e890247dff2d918347a6db7b1bb4.tar.zst
gsoc2013-evolution-104c90d9d9a0e890247dff2d918347a6db7b1bb4.zip
Version bump for Evolution 2.25.1
2008-09-22 Srinivasa Ragavan <sragavan@novell.com> * configure.in: Version bump for Evolution 2.25.1 svn path=/trunk/; revision=36424
-rw-r--r--ChangeLog4
-rw-r--r--configure.in6
2 files changed, 7 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index daa27f141d..27181d24e3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2008-09-22 Srinivasa Ragavan <sragavan@novell.com>
+ * configure.in: Version bump for Evolution 2.25.1
+
+2008-09-22 Srinivasa Ragavan <sragavan@novell.com>
+
* COPYING.LGPL2: Add LGPL v2, v3 licensing header.
* COPYING.LGPL3:
diff --git a/configure.in b/configure.in
index bf6444b70e..46df8e7f5f 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.24.0, http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution)
+AC_INIT(evolution, 2.25.1, http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution)
AC_CONFIG_SRCDIR(README)
# Some requirements have versioned package names
@@ -59,7 +59,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.24
+BASE_VERSION=2.26
AC_SUBST(BASE_VERSION)
AC_DEFINE_UNQUOTED(BASE_VERSION, "$BASE_VERSION", [Base version (Major.Minor)])
@@ -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, 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