]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
build: bump version info v223
authorDavid Herrmann <dh.herrmann@gmail.com>
Wed, 29 Jul 2015 10:43:45 +0000 (12:43 +0200)
committerDavid Herrmann <dh.herrmann@gmail.com>
Wed, 29 Jul 2015 10:44:55 +0000 (12:44 +0200)
Bump version to 223 and increase libsystemd libtool-info as we added a
structure-member (without increasing structure size) to sd-bus-vtable.

Makefile.am
configure.ac

index 0edb1d88e71ef05aee97edc360d954b4f20ca6d5..ce2e19b3f9fb4a586898d0ff23118ec3f571f9f2 100644 (file)
@@ -42,9 +42,9 @@ LIBUDEV_CURRENT=7
 LIBUDEV_REVISION=4
 LIBUDEV_AGE=6
 
-LIBSYSTEMD_CURRENT=9
+LIBSYSTEMD_CURRENT=10
 LIBSYSTEMD_REVISION=0
-LIBSYSTEMD_AGE=9
+LIBSYSTEMD_AGE=10
 
 # The following four libraries only exist for compatibility reasons,
 # their version info should not be bumped anymore
index 7b92eb25d41d543c200e26a42aebd1fbe6a66efd..a16ca6396b2c3b2fed103062df19e78a2ff54fbc 100644 (file)
@@ -20,7 +20,7 @@
 AC_PREREQ([2.64])
 
 AC_INIT([systemd],
-        [222],
+        [223],
         [http://github.com/systemd/systemd/issues],
         [systemd],
         [http://www.freedesktop.org/wiki/Software/systemd])