summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Shaw <joe@ximian.com>2004-02-11 16:34:32 +0000
committerJoe Shaw <joeshaw@src.gnome.org>2004-02-11 16:34:32 +0000
commitdf8ac26462090c907419510257808919f47febc3 (patch)
tree94aab7c3f67c764b69cb65d9a0c53c8b7b6d44bc
parentb54e569b5dd92760845c403fa5277cf92ea1236d (diff)
downloadlibsoup-LIBSOUP_2_1_7.tar.gz
Bumped version number to 2.1.7 and libtool current.LIBSOUP_2_1_7
2004-02-11 Joe Shaw <joe@ximian.com> * configure.in: Bumped version number to 2.1.7 and libtool current.
-rw-r--r--ChangeLog5
-rw-r--r--configure.in4
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index def40c94..0897248c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-02-11 Joe Shaw <joe@ximian.com>
+
+ * configure.in: Bumped version number to 2.1.7 and libtool
+ current.
+
2004-02-11 Dan Winship <danw@ximian.com>
* libsoup/soup-connection.c (soup_connection_disconnect): Update
diff --git a/configure.in b/configure.in
index 62daa446..ab28eefa 100644
--- a/configure.in
+++ b/configure.in
@@ -3,7 +3,7 @@ dnl *** Initialize automake and set version ***
dnl *******************************************
AC_PREREQ(2.53)
-AC_INIT(libsoup, 2.1.6)
+AC_INIT(libsoup, 2.1.7)
AC_CONFIG_SRCDIR(libsoup-2.2.pc.in)
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
@@ -21,7 +21,7 @@ SOUP_AGE=0
SOUP_CURRENT=2
# Increment on source change. Reset when CURRENT changes.
-SOUP_REVISION=0
+SOUP_REVISION=1
AC_SUBST(SOUP_CURRENT)
AC_SUBST(SOUP_REVISION)