summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2016-03-23 08:19:17 -0400
committerDan Winship <danw@gnome.org>2016-03-23 08:19:17 -0400
commitec65de02b9ac0682072820a0aa280ab31c83998b (patch)
tree48fe242c951bf67589427b1d8746e9ba975f451f
parentc5d416e6546edde284e1d4ea16bcd72d30c1f267 (diff)
downloadlibsoup-ec65de02b9ac0682072820a0aa280ab31c83998b.tar.gz
2.54.0.12.54.0.1
-rw-r--r--NEWS7
-rw-r--r--configure.ac3
2 files changed, 8 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 82bbd0ab..06f97a80 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,9 @@
-Changes in libsoup from 2.53.92 to 2.54.0:
+Changes in libsoup from 2.53.92 to 2.54.0.1:
+
+ * (2.54.0.1 fixes a build problem with the 2.54.0 tarball,
+ which would not build if you configured with
+ "--without-gnome". There are no other changes between 2.54.0
+ and 2.54.0.1.)
* Fixed examples/simple-httpd on Windows [#758759, Chun-wei
Fan]
diff --git a/configure.ac b/configure.ac
index c54fa28a..5a0ba362 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5,9 +5,10 @@ dnl *******************************************
m4_define([soup_major_version], [2])
m4_define([soup_minor_version], [54])
m4_define([soup_micro_version], [0])
+m4_define([soup_nano_version], [1])
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])
+AC_INIT([libsoup],[soup_major_version.soup_minor_version.soup_micro_version.soup_nano_version],[http://bugzilla.gnome.org/enter_bug.cgi?product=libsoup])
AC_CONFIG_SRCDIR([libsoup-2.4.pc.in])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([build-aux])