]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
build-sys: bump versions and sonames
authorLennart Poettering <lennart@poettering.net>
Wed, 17 Jun 2015 22:28:06 +0000 (00:28 +0200)
committerLennart Poettering <lennart@poettering.net>
Wed, 17 Jun 2015 22:28:41 +0000 (00:28 +0200)
Makefile.am
configure.ac

index 7cc70445cc2ac9f0e099ed8e77175530024e106d..7dc57b18dab07dff5e9c2b3810e8efc544dc46f3 100644 (file)
@@ -39,12 +39,12 @@ SUBDIRS = . po
 .PRECIOUS: $(TEST_SUITE_LOG) Makefile
 
 LIBUDEV_CURRENT=7
-LIBUDEV_REVISION=3
+LIBUDEV_REVISION=4
 LIBUDEV_AGE=6
 
-LIBSYSTEMD_CURRENT=7
+LIBSYSTEMD_CURRENT=8
 LIBSYSTEMD_REVISION=0
-LIBSYSTEMD_AGE=7
+LIBSYSTEMD_AGE=8
 
 # The following four libraries only exist for compatibility reasons,
 # their version info should not be bumped anymore
index e5d3994439aa7e39e49062bb434d8ac4a2da6cb9..0784966f0623b13946a2adab3c2f719740c32d9f 100644 (file)
@@ -20,7 +20,7 @@
 AC_PREREQ([2.64])
 
 AC_INIT([systemd],
-        [220],
+        [221],
         [http://github.com/systemd/systemd/issues],
         [systemd],
         [http://www.freedesktop.org/wiki/Software/systemd])