summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2011-09-26 18:06:10 -0400
committerDan Winship <danw@gnome.org>2011-09-26 18:06:10 -0400
commit6f124944a9812b7aa914c2724c075bd39028da57 (patch)
tree07f80ac7f8a3bde6ff3d4a69e0edcf1aa65904ea
parent8bc27529eb2c87a5c27e1ffd388a274d4c1ae44e (diff)
downloadlibsoup-6f124944a9812b7aa914c2724c075bd39028da57.tar.gz
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 95b828de..fe6dbdbe 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Changes in libsoup from 2.35.92 to 2.36.0:
+
+ * Improvements to gtk-doc documentation. [Dan]
+
Changes in libsoup from 2.35.90 to 2.35.92:
* Fixed a problem where SoupHTTPRequest response bodies could
diff --git a/configure.ac b/configure.ac
index dc69d94c..abc0b4c8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ dnl *** Initialize automake and set version ***
dnl *******************************************
AC_PREREQ(2.63)
-AC_INIT([libsoup],[2.35.92],[http://bugzilla.gnome.org/enter_bug.cgi?product=libsoup])
+AC_INIT([libsoup],[2.36.0],[http://bugzilla.gnome.org/enter_bug.cgi?product=libsoup])
AC_CONFIG_SRCDIR([libsoup-2.4.pc.in])
AC_CONFIG_MACRO_DIR([m4])