summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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])