diff options
author | Dan Winship <danw@src.gnome.org> | 2007-02-12 15:35:04 +0000 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2007-02-12 15:35:04 +0000 |
commit | e5f7077b4010fddf0109d3ffff4077726ebb157f (patch) | |
tree | 6c79ffc9346e33b8aaceda3d311df05a6efe0d26 /configure.in | |
parent | ab5c0917cb39a8d7ce630b80504280f5207d7908 (diff) | |
download | libsoup-e5f7077b4010fddf0109d3ffff4077726ebb157f.tar.gz |
Fixed soup_headers_parse_status_line() so WebDAV response parsing willSOUP_2_2_100LIBSOUP_2_2_100
* 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
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
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) |