1
0
mirror of https://github.com/systemd/systemd.git synced 2025-08-13 21:49:54 +03:00

build-sys: bump library and package versions

This commit is contained in:
Lennart Poettering
2015-05-21 20:10:26 +02:00
parent cb7aa6569c
commit 4f9bca639a
2 changed files with 4 additions and 4 deletions

View File

@ -39,16 +39,16 @@ SUBDIRS = . po
.PRECIOUS: $(TEST_SUITE_LOG) Makefile
LIBUDEV_CURRENT=7
LIBUDEV_REVISION=2
LIBUDEV_REVISION=3
LIBUDEV_AGE=6
LIBGUDEV_CURRENT=2
LIBGUDEV_REVISION=0
LIBGUDEV_AGE=2
LIBSYSTEMD_CURRENT=6
LIBSYSTEMD_CURRENT=7
LIBSYSTEMD_REVISION=0
LIBSYSTEMD_AGE=6
LIBSYSTEMD_AGE=7
# 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],
[219],
[220],
[http://bugs.freedesktop.org/enter_bug.cgi?product=systemd],
[systemd],
[http://www.freedesktop.org/wiki/Software/systemd])