summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2013-09-23 18:22:51 -0400
committerDan Winship <danw@gnome.org>2013-09-23 18:22:51 -0400
commit9c09d4592df0073dbf5e52e6f5c4e1460067b967 (patch)
tree72901ff70601f63c43f61ac46fa5c008928501f7
parentdb71813b860a6339d4db6edd4d7734812057176b (diff)
downloadlibsoup-9c09d4592df0073dbf5e52e6f5c4e1460067b967.tar.gz
2.44.02.44.0
-rw-r--r--NEWS5
-rw-r--r--configure.ac8
2 files changed, 9 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index fd8b680f..a339bebc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Changes in libsoup from 2.43.92 to 2.44.0:
+
+ * New/updated translations:
+ Dutch, Indonesian
+
Changes in libsoup from 2.43.90 to 2.43.92:
* Fixed a bug in the connection-pool code, which would in
diff --git a/configure.ac b/configure.ac
index 7dcc2983..9eee7a8e 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], [43])
-m4_define([soup_micro_version], [92])
+m4_define([soup_minor_version], [44])
+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])
@@ -28,10 +28,10 @@ SOUP_API_VERSION=2.4
AC_SUBST(SOUP_API_VERSION)
# Increment on interface addition. Reset on removal.
-SOUP_AGE=6
+SOUP_AGE=7
# Increment on interface add, remove, or change.
-SOUP_CURRENT=7
+SOUP_CURRENT=8
# Increment on source change. Reset when CURRENT changes.
SOUP_REVISION=0