]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
build-sys: bump package version 5406/head
authorLennart Poettering <lennart@poettering.net>
Tue, 21 Feb 2017 13:01:09 +0000 (14:01 +0100)
committerLennart Poettering <lennart@poettering.net>
Tue, 21 Feb 2017 13:01:09 +0000 (14:01 +0100)
Makefile.am
configure.ac

index 2f53ae8b2245f21605c433c5d5343d3e56a20319..292f63c408a388f120c0231d8a4cc5f554ea5ab8 100644 (file)
@@ -39,12 +39,12 @@ SUBDIRS = . po
 .PRECIOUS: $(TEST_SUITE_LOG) Makefile
 
 LIBUDEV_CURRENT=7
-LIBUDEV_REVISION=5
+LIBUDEV_REVISION=6
 LIBUDEV_AGE=6
 
-LIBSYSTEMD_CURRENT=17
+LIBSYSTEMD_CURRENT=18
 LIBSYSTEMD_REVISION=0
-LIBSYSTEMD_AGE=17
+LIBSYSTEMD_AGE=18
 
 # Dirs of external packages
 dbuspolicydir=@dbuspolicydir@
index b55d7d9f3b62b2d0734186e00f3af190629a0165..0e7bd1b76b6838755f66a4353f1fe6d34b625215 100644 (file)
@@ -20,7 +20,7 @@
 AC_PREREQ([2.64])
 
 AC_INIT([systemd],
-        [232],
+        [233],
         [http://github.com/systemd/systemd/issues],
         [systemd],
         [http://www.freedesktop.org/wiki/Software/systemd])