From: JP Rosevear Date: Sun, 7 Dec 2003 18:27:48 +0000 (+0000) Subject: Bump version X-Git-Tag: LIBSOUP_2_1_2^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=271e0b099d1f537bad802d006762541734f7a539;p=platform%2Fupstream%2Flibsoup.git Bump version 2003-12-07 JP Rosevear * configure.in: Bump version --- diff --git a/ChangeLog b/ChangeLog index 8b7ddda..adaed34 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-12-07 JP Rosevear + + * configure.in: Bump version + 2003-11-28 Rodrigo Moya * libsoup/soup-soap-response.[ch] diff --git a/configure.in b/configure.in index b14cf0e..869b66a 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.1) +AC_INIT(libsoup, 2.1.2) AC_CONFIG_SRCDIR(libsoup-2.2.pc.in) AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)