summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJP Rosevear <jpr@ximian.com>2004-01-12 16:01:12 +0000
committerJP Rosevear <jpr@src.gnome.org>2004-01-12 16:01:12 +0000
commit6ce64079a2f7c56158051e574276607e40943a5e (patch)
tree9ce9941135e9db57ea1d7c21311980589e58254c
parent88abf4b7b751f3d2579f8775ac20444bb224db19 (diff)
downloadlibsoup-6ce64079a2f7c56158051e574276607e40943a5e.tar.gz
bump version and libtool revisionLIBSOUP_2_1_4
2004-01-12 JP Rosevear <jpr@ximian.com> * configure.in: bump version and libtool revision
-rw-r--r--ChangeLog4
-rw-r--r--configure.in4
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 74a246ad..d6a0d253 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-01-12 JP Rosevear <jpr@ximian.com>
+
+ * configure.in: bump version and libtool revision
+
2004-01-12 Dan Winship <danw@ximian.com>
* tests/simple-httpd.c (main): Add a g_thread_init() so this works
diff --git a/configure.in b/configure.in
index 7924125d..c5d6dc1b 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.3)
+AC_INIT(libsoup, 2.1.4)
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=1
# Increment on source change. Reset when CURRENT changes.
-SOUP_REVISION=0
+SOUP_REVISION=1
AC_SUBST(SOUP_CURRENT)
AC_SUBST(SOUP_REVISION)