]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
build-sys: bump package and library version in preparation for v232 4542/head
authorLennart Poettering <lennart@poettering.net>
Wed, 2 Nov 2016 22:04:40 +0000 (16:04 -0600)
committerLennart Poettering <lennart@poettering.net>
Wed, 2 Nov 2016 22:04:40 +0000 (16:04 -0600)
Makefile.am
configure.ac

index a707d4a899f665175dca5d1c2b4c0cd1eaeab278..34c2f60330d0eb59e610973598c913dea24521dd 100644 (file)
@@ -42,9 +42,9 @@ LIBUDEV_CURRENT=7
 LIBUDEV_REVISION=5
 LIBUDEV_AGE=6
 
-LIBSYSTEMD_CURRENT=16
+LIBSYSTEMD_CURRENT=17
 LIBSYSTEMD_REVISION=0
-LIBSYSTEMD_AGE=16
+LIBSYSTEMD_AGE=17
 
 # Dirs of external packages
 dbuspolicydir=@dbuspolicydir@
index 0e87adc38f6c039b8325bbb834ce843af1bb7170..0b10fc7de771b86b220c110fdefead4418fcf938 100644 (file)
@@ -20,7 +20,7 @@
 AC_PREREQ([2.64])
 
 AC_INIT([systemd],
-        [231],
+        [232],
         [http://github.com/systemd/systemd/issues],
         [systemd],
         [http://www.freedesktop.org/wiki/Software/systemd])