From e5f7077b4010fddf0109d3ffff4077726ebb157f Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Mon, 12 Feb 2007 15:35:04 +0000 Subject: Fixed soup_headers_parse_status_line() so WebDAV response parsing will * Fixed soup_headers_parse_status_line() so WebDAV response parsing will work again. [406997] * Fixed a bug in the header-parsing regression test that caused the test to fail sometimes, even though the actual header-parsing code was fine. svn path=/trunk/; revision=910 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 6d0e2543..5e0f92f0 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.2.99) +AC_INIT(libsoup, 2.2.100) AC_CONFIG_SRCDIR(libsoup.pc.in) AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION) -- cgit v1.2.1