summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2015-03-23 10:14:40 -0400
committerDan Winship <danw@gnome.org>2015-03-23 10:14:40 -0400
commit68fc2a6778aa5eb139d8773965c50d3968237849 (patch)
tree4155d9d75443089c891fa45f600282cfe07844e1
parentead532436c470a2c991fcdfdd70b12695356129a (diff)
downloadlibsoup-68fc2a6778aa5eb139d8773965c50d3968237849.tar.gz
2.50.02.50.0
-rw-r--r--NEWS6
-rw-r--r--configure.ac4
2 files changed, 8 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 2eb6339c..100e5826 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Changes in libsoup from 2.49.92 to 2.50:
+
+ * Updated translations:
+ Basque, Chinese (Taiwan), Danish, Indonesian,
+ Norwegian bokmål
+
Changes in libsoup from 2.49.91.1 to 2.49.92:
* Fixed an NTLM problem that caused spurious "Authentication
diff --git a/configure.ac b/configure.ac
index 56788571..5808f84c 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], [49])
-m4_define([soup_micro_version], [92])
+m4_define([soup_minor_version], [50])
+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])