1
0
mirror of https://github.com/systemd/systemd.git synced 2025-01-11 09:18:07 +03:00

build-sys: bump versions and sonames

This commit is contained in:
Lennart Poettering 2015-06-18 00:28:06 +02:00
parent bcf1097553
commit 561471314c
2 changed files with 4 additions and 4 deletions

View File

@ -39,12 +39,12 @@ SUBDIRS = . po
.PRECIOUS: $(TEST_SUITE_LOG) Makefile
LIBUDEV_CURRENT=7
LIBUDEV_REVISION=3
LIBUDEV_REVISION=4
LIBUDEV_AGE=6
LIBSYSTEMD_CURRENT=7
LIBSYSTEMD_CURRENT=8
LIBSYSTEMD_REVISION=0
LIBSYSTEMD_AGE=7
LIBSYSTEMD_AGE=8
# The following four libraries only exist for compatibility reasons,
# their version info should not be bumped anymore

View File

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