From: David Herrmann Date: Tue, 8 Sep 2015 11:31:57 +0000 (+0200) Subject: build: prepare for v226 X-Git-Tag: v226~1 X-Git-Url: http://git.ipfire.org/?p=thirdparty%2Fsystemd.git;a=commitdiff_plain;h=23d08d1b2bfd7f4b3c0a9408c9ccd65c3fb80fc2 build: prepare for v226 Bump version info and update NEWS for the upcoming release. --- diff --git a/Makefile.am b/Makefile.am index 1dfa0c06777..8e0448f4332 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 6612a4872ca..6803c6588ff 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 a7070916fe6..2024939ad0b 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])