Having branched for gnome-2-22, bump version to 2.23.0 for the GNOME 2.23
authorDan Winship <danw@src.gnome.org>
Tue, 8 Apr 2008 21:37:12 +0000 (21:37 +0000)
committerDan Winship <danw@src.gnome.org>
Tue, 8 Apr 2008 21:37:12 +0000 (21:37 +0000)
* configure.in: Having branched for gnome-2-22, bump version to
2.23.0 for the GNOME 2.23 series. SOUP_API_VERSION will stay at
2.4, which is confusing but seemed like the best solution at this
point.

svn path=/trunk/; revision=1132

ChangeLog
configure.in

index eced020..21379db 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2008-04-08  Dan Winship  <danw@gnome.org>
+
+       * configure.in: Having branched for gnome-2-22, bump version to
+       2.23.0 for the GNOME 2.23 series. SOUP_API_VERSION will stay at
+       2.4, which is confusing but seemed like the best solution at this
+       point.
+
 2008-04-07  Dan Winship  <danw@gnome.org>
 
        * configure.in: 2.4.1. Bump AGE and CURRENT.
index 29938e8..5b0ec8d 100644 (file)
@@ -3,7 +3,7 @@ dnl *** Initialize automake and set version ***
 dnl *******************************************
 
 AC_PREREQ(2.53)
-AC_INIT(libsoup, 2.4.1)
+AC_INIT(libsoup, 2.23.0)
 AC_CONFIG_SRCDIR(libsoup.pc.in)
 AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)