diff options
author | Joe Shaw <joe@ximian.com> | 2003-02-26 21:03:30 +0000 |
---|---|---|
committer | Joe Shaw <joeshaw@src.gnome.org> | 2003-02-26 21:03:30 +0000 |
commit | dd02781075064e9a31429ff416e0b93cb04782ba (patch) | |
tree | fd66af461f7c72779d25f959dcf71c1076727b87 /configure.in | |
parent | 5b9c48fa0978066021d25d63f177cddc58baf82a (diff) | |
download | libsoup-dd02781075064e9a31429ff416e0b93cb04782ba.tar.gz |
Bump up to 1.99.9.
2003-02-26 Joe Shaw <joe@ximian.com>
* configure.in: Bump up to 1.99.9.
* soup-ssl.c (soup_ssl_hup_waitpid): Comment out the unref, it's
causing problems with HTTPS and proxies; the iochannel refcounting
is waaaaaay horked.
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 1c7a2542..1cc58faa 100644 --- a/configure.in +++ b/configure.in @@ -4,7 +4,7 @@ dnl ******************************************* AC_INIT(libsoup/soup.h) -AM_INIT_AUTOMAKE(libsoup, 1.99.8) +AM_INIT_AUTOMAKE(libsoup, 1.99.9) AM_CONFIG_HEADER(config.h) AM_MAINTAINER_MODE AC_PROG_MAKE_SET |