diff options
author | David Herrmann <dh.herrmann@gmail.com> | 2015-09-08 13:31:57 +0200 |
---|---|---|
committer | David Herrmann <dh.herrmann@gmail.com> | 2015-09-08 13:31:57 +0200 |
commit | 23d08d1b2bfd7f4b3c0a9408c9ccd65c3fb80fc2 (patch) | |
tree | 9182754ba4373c9e041368b5e96812e241d2366d | |
parent | 2b3b433dbb301d4b233150d54e498e00ed7c9d21 (diff) |
build: prepare for v226
Bump version info and update NEWS for the upcoming release.
-rw-r--r-- | Makefile.am | 6 | ||||
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
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 @@ -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]) |