diff --git a/Makefile.am b/Makefile.am index 4953d8d782..ef8cc4a91c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -43,7 +43,7 @@ LIBUDEV_REVISION=4 LIBUDEV_AGE=6 LIBSYSTEMD_CURRENT=10 -LIBSYSTEMD_REVISION=0 +LIBSYSTEMD_REVISION=1 LIBSYSTEMD_AGE=10 # The following four libraries only exist for compatibility reasons, diff --git a/NEWS b/NEWS index aebadf11da..680fd6c253 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,13 @@ systemd System and Service Manager +CHANGES WITH 224: + + Contributions from: Andreas Kempf, Christian Hesse, Daniel Mack, David + Herrmann, Herman Fries, Johannes Nixdorf, Kay Sievers, Lennart + Poettering, Peter Hutterer, Susant Sahani, Tom Gundersen + + -- Berlin, 2015-07-31 + CHANGES WITH 223: * The python-systemd code has been removed from the systemd repository. diff --git a/configure.ac b/configure.ac index 7a10211095..f1ce9ff300 100644 --- a/configure.ac +++ b/configure.ac @@ -20,7 +20,7 @@ AC_PREREQ([2.64]) AC_INIT([systemd], - [223], + [224], [http://github.com/systemd/systemd/issues], [systemd], [http://www.freedesktop.org/wiki/Software/systemd])