aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2008-04-02 03:43:43 +0800
committerMatthew Barnes <mbarnes@src.gnome.org>2008-04-02 03:43:43 +0800
commit66b60ff8c98c7116b14c6b3d0a3b24ef17c99c98 (patch)
tree0b72256f1382765fceb6d1db8167009400353509
parent07cc33c00f5686be3638ef6a3cd385fbc0201484 (diff)
downloadgsoc2013-evolution-66b60ff8c98c7116b14c6b3d0a3b24ef17c99c98.tar
gsoc2013-evolution-66b60ff8c98c7116b14c6b3d0a3b24ef17c99c98.tar.gz
gsoc2013-evolution-66b60ff8c98c7116b14c6b3d0a3b24ef17c99c98.tar.bz2
gsoc2013-evolution-66b60ff8c98c7116b14c6b3d0a3b24ef17c99c98.tar.lz
gsoc2013-evolution-66b60ff8c98c7116b14c6b3d0a3b24ef17c99c98.tar.xz
gsoc2013-evolution-66b60ff8c98c7116b14c6b3d0a3b24ef17c99c98.tar.zst
gsoc2013-evolution-66b60ff8c98c7116b14c6b3d0a3b24ef17c99c98.zip
Version bump for 2.23.1.
2008-04-01 Matthew Barnes <mbarnes@redhat.com> * configure.in: Version bump for 2.23.1. svn path=/trunk/; revision=35303
-rw-r--r--ChangeLog4
-rw-r--r--configure.in6
2 files changed, 7 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 4bbc91d65a..223c2919ef 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-04-01 Matthew Barnes <mbarnes@redhat.com>
+
+ * configure.in: Version bump for 2.23.1.
+
2008-03-25 Dan Williams <dcbw@redhat.com>
** Fix for bug #524310
diff --git a/configure.in b/configure.in
index 2a4466c795..bac8884127 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.22.0, http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution)
+AC_INIT(evolution, 2.23.1, http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution)
AC_CONFIG_SRCDIR(README)
# Some requirements have versioned package names
@@ -18,7 +18,7 @@ m4_define([gnome_icon_theme_minimum_version], [2.19.91])
m4_define([gnome_vfs_minimum_version], [2.4.0])
m4_define([libbonobo_minimum_version], [2.20.3])
m4_define([libbonoboui_minimum_version], [2.4.2])
-m4_define([libgtkhtml_minimum_version], [3.17.5])
+m4_define([libgtkhtml_minimum_version], [3.19.1])
m4_define([gconf_minimum_version], [2.0.0]) # XXX Just a Guess
m4_define([libglade_minimum_version], [2.0.0]) # XXX Just a Guess
m4_define([libgnomecanvas_minimum_version], [2.0.0]) # XXX Just a Guess
@@ -60,7 +60,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.22
+BASE_VERSION=2.24
AC_SUBST(BASE_VERSION)
AC_DEFINE_UNQUOTED(BASE_VERSION, "$BASE_VERSION", [Base version (Major.Minor)])