Skip to content
This repository was archived by the owner on Jul 18, 2019. It is now read-only.

Commit dd050de

Browse files
author
David Herrmann
committed
build: bump version numbers
Prepare for v228 release and bump version numbers.
1 parent 2bcfd34 commit dd050de

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Makefile.am

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ LIBUDEV_CURRENT=7
4242
LIBUDEV_REVISION=4
4343
LIBUDEV_AGE=6
4444

45-
LIBSYSTEMD_CURRENT=12
45+
LIBSYSTEMD_CURRENT=13
4646
LIBSYSTEMD_REVISION=0
47-
LIBSYSTEMD_AGE=12
47+
LIBSYSTEMD_AGE=13
4848

4949
# The following four libraries only exist for compatibility reasons,
5050
# their version info should not be bumped anymore

NEWS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ CHANGES WITH 228:
188188
Tom Gundersen, Torstein Husebø, Vito Caputo, Zbigniew
189189
Jędrzejewski-Szmek
190190

191-
-- Berlin, 2015-11-XX
191+
-- Berlin, 2015-11-18
192192

193193
CHANGES WITH 227:
194194

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
AC_PREREQ([2.64])
2121

2222
AC_INIT([systemd],
23-
[227],
23+
[228],
2424
[http://github.com/systemd/systemd/issues],
2525
[systemd],
2626
[http://www.freedesktop.org/wiki/Software/systemd])

0 commit comments

Comments
 (0)