Skip to content

Commit ec65de0

Browse files
committed
2.54.0.1
1 parent c5d416e commit ec65de0

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

NEWS

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
Changes in libsoup from 2.53.92 to 2.54.0:
1+
Changes in libsoup from 2.53.92 to 2.54.0.1:
2+
3+
* (2.54.0.1 fixes a build problem with the 2.54.0 tarball,
4+
which would not build if you configured with
5+
"--without-gnome". There are no other changes between 2.54.0
6+
and 2.54.0.1.)
27

38
* Fixed examples/simple-httpd on Windows [#758759, Chun-wei
49
Fan]

configure.ac

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@ dnl *******************************************
55
m4_define([soup_major_version], [2])
66
m4_define([soup_minor_version], [54])
77
m4_define([soup_micro_version], [0])
8+
m4_define([soup_nano_version], [1])
89

910
AC_PREREQ(2.63)
10-
AC_INIT([libsoup],[soup_major_version.soup_minor_version.soup_micro_version],[http://bugzilla.gnome.org/enter_bug.cgi?product=libsoup])
11+
AC_INIT([libsoup],[soup_major_version.soup_minor_version.soup_micro_version.soup_nano_version],[http://bugzilla.gnome.org/enter_bug.cgi?product=libsoup])
1112
AC_CONFIG_SRCDIR([libsoup-2.4.pc.in])
1213
AC_CONFIG_MACRO_DIR([m4])
1314
AC_CONFIG_AUX_DIR([build-aux])

0 commit comments

Comments
 (0)