From 6ce64079a2f7c56158051e574276607e40943a5e Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Mon, 12 Jan 2004 16:01:12 +0000 Subject: [PATCH] bump version and libtool revision 2004-01-12 JP Rosevear * configure.in: bump version and libtool revision --- ChangeLog | 4 ++++ configure.in | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 74a246a..d6a0d25 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-01-12 JP Rosevear + + * configure.in: bump version and libtool revision + 2004-01-12 Dan Winship * tests/simple-httpd.c (main): Add a g_thread_init() so this works diff --git a/configure.in b/configure.in index 7924125..c5d6dc1 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) -- 2.7.4