]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
build-sys: bump library and package versions
authorLennart Poettering <lennart@poettering.net>
Thu, 21 May 2015 18:10:26 +0000 (20:10 +0200)
committerLennart Poettering <lennart@poettering.net>
Thu, 21 May 2015 18:10:26 +0000 (20:10 +0200)
Makefile.am
configure.ac

index 5f58a1c0fae8fe274470c560a0f67d58c3aefd5d..090c84c01c9256ed40095da54cbf6053d85343aa 100644 (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
index 70e594d3aee3be904d359de6892b1e95f78c9aa6..48cedb5ab61acc9a4db8743103bb2c153c9ff473 100644 (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])