summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2014-03-24 17:21:26 -0400
committerDan Winship <danw@gnome.org>2014-03-24 17:21:26 -0400
commit6c14af04775a9de4dfa3fa0cc15a7ad0462ef3d9 (patch)
tree82e651da0996b812c956e0cbb274f1105abb8ec7
parentb873b70a73edffec41cbc6d868400693667cc234 (diff)
downloadlibsoup-6c14af04775a9de4dfa3fa0cc15a7ad0462ef3d9.tar.gz
2.46.02.46.0
-rw-r--r--NEWS4
-rw-r--r--configure.ac4
2 files changed, 6 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 97b0cd7c..b29aa035 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Changes in libsoup from 2.45.92 to 2.46.0:
+
+ * (No changes, just a version bump)
+
Changes in libsoup from 2.45.90 to 2.45.92:
* Fixed problems with using an http proxy on port 80. [patch
diff --git a/configure.ac b/configure.ac
index f88e3f9f..96bb378a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,8 +3,8 @@ dnl *** Initialize automake and set version ***
dnl *******************************************
m4_define([soup_major_version], [2])
-m4_define([soup_minor_version], [45])
-m4_define([soup_micro_version], [92])
+m4_define([soup_minor_version], [46])
+m4_define([soup_micro_version], [0])
AC_PREREQ(2.63)
AC_INIT([libsoup],[soup_major_version.soup_minor_version.soup_micro_version],[http://bugzilla.gnome.org/enter_bug.cgi?product=libsoup])