build: bump version numbers

Prepare for v228 release and bump version numbers.
This commit is contained in:
David Herrmann 2015-11-18 08:59:06 +01:00
parent 2bcfd345ff
commit dd050decb6
3 changed files with 4 additions and 4 deletions

View File

@ -42,9 +42,9 @@ LIBUDEV_CURRENT=7
LIBUDEV_REVISION=4
LIBUDEV_AGE=6
LIBSYSTEMD_CURRENT=12
LIBSYSTEMD_CURRENT=13
LIBSYSTEMD_REVISION=0
LIBSYSTEMD_AGE=12
LIBSYSTEMD_AGE=13
# The following four libraries only exist for compatibility reasons,
# their version info should not be bumped anymore

2
NEWS
View File

@ -188,7 +188,7 @@ CHANGES WITH 228:
Tom Gundersen, Torstein Husebø, Vito Caputo, Zbigniew
Jędrzejewski-Szmek
-- Berlin, 2015-11-XX
-- Berlin, 2015-11-18
CHANGES WITH 227:

View File

@ -20,7 +20,7 @@
AC_PREREQ([2.64])
AC_INIT([systemd],
[227],
[228],
[http://github.com/systemd/systemd/issues],
[systemd],
[http://www.freedesktop.org/wiki/Software/systemd])