summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Herrmann <dh.herrmann@gmail.com>2015-09-08 13:31:57 +0200
committerDavid Herrmann <dh.herrmann@gmail.com>2015-09-08 13:31:57 +0200
commit23d08d1b2bfd7f4b3c0a9408c9ccd65c3fb80fc2 (patch)
tree9182754ba4373c9e041368b5e96812e241d2366d
parent2b3b433dbb301d4b233150d54e498e00ed7c9d21 (diff)
downloadsystemd-23d08d1b2bfd7f4b3c0a9408c9ccd65c3fb80fc2.tar.gz
build: prepare for v226
Bump version info and update NEWS for the upcoming release.
-rw-r--r--Makefile.am6
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
3 files changed, 6 insertions, 6 deletions
diff --git a/Makefile.am b/Makefile.am
index 1dfa0c0677..8e0448f433 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -42,9 +42,9 @@ LIBUDEV_CURRENT=7
LIBUDEV_REVISION=4
LIBUDEV_AGE=6
-LIBSYSTEMD_CURRENT=10
-LIBSYSTEMD_REVISION=2
-LIBSYSTEMD_AGE=10
+LIBSYSTEMD_CURRENT=11
+LIBSYSTEMD_REVISION=0
+LIBSYSTEMD_AGE=11
# The following four libraries only exist for compatibility reasons,
# their version info should not be bumped anymore
diff --git a/NEWS b/NEWS
index 6612a4872c..6803c6588f 100644
--- a/NEWS
+++ b/NEWS
@@ -116,9 +116,9 @@ CHANGES WITH 226:
Holtmann, Martin Pitt, Michael Biebl, Michael Chapman, Michal
Sekletar, Peter Hutterer, Piotr Drąg, reverendhomer, Robin
Hack, Susant Sahani, Sylvain Pasche, Thomas Hindoe Paaboel
- Andersen, Tom Gundersen,
+ Andersen, Tom Gundersen, Torstein Husebø
- -- Berlin, 2015-09-XX
+ -- Berlin, 2015-09-08
CHANGES WITH 225:
diff --git a/configure.ac b/configure.ac
index a7070916fe..2024939ad0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,7 +20,7 @@
AC_PREREQ([2.64])
AC_INIT([systemd],
- [225],
+ [226],
[http://github.com/systemd/systemd/issues],
[systemd],
[http://www.freedesktop.org/wiki/Software/systemd])