summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Herrmann <dh.herrmann@gmail.com>2015-07-31 18:10:52 +0200
committerDavid Herrmann <dh.herrmann@gmail.com>2015-07-31 18:13:57 +0200
commit11811e856b0c63439d45edc9c9834ad427e1bb6a (patch)
treed969ca396ea789f8f9f43e7223c1bf9bfbfedb88
parent1e40e358ee79fa57521ceb42718a48ad2ef9a210 (diff)
downloadsystemd-11811e856b0c63439d45edc9c9834ad427e1bb6a.tar.gz
build: bump version to 224
Prepare for bug-fix release and bump versions.
-rw-r--r--Makefile.am2
-rw-r--r--NEWS8
-rw-r--r--configure.ac2
3 files changed, 10 insertions, 2 deletions
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])