]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
build: prepare for v226
authorDavid Herrmann <dh.herrmann@gmail.com>
Tue, 8 Sep 2015 11:31:57 +0000 (13:31 +0200)
committerDavid Herrmann <dh.herrmann@gmail.com>
Tue, 8 Sep 2015 11:31:57 +0000 (13:31 +0200)
Bump version info and update NEWS for the upcoming release.

Makefile.am
NEWS
configure.ac

index 1dfa0c0677750e57af4ca866529c57713d3ec076..8e0448f43321c44b4429b3d105f31415ddebd581 100644 (file)
@@ -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 6612a4872ca7337fcf7f49b384bcd3b1b3fb2a58..6803c6588ffb97785e2db8cd889726596834ca53 100644 (file)
--- 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:
 
index a7070916fe6bb89d11eeebe435d5dec2689a5362..2024939ad0b1eeb8493bb26a6e82e1df61c14254 100644 (file)
@@ -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])