chiark / gitweb /
build-sys: update versions for upcoming release
authorLennart Poettering <lennart@poettering.net>
Tue, 19 Aug 2014 20:45:53 +0000 (22:45 +0200)
committerLennart Poettering <lennart@poettering.net>
Tue, 19 Aug 2014 20:45:53 +0000 (22:45 +0200)
Makefile.am
configure.ac

index d4d57754755512872d0cae69a2e30df3da080c91..4028112a62e09ef5cd91b36272711e82f8f7a331 100644 (file)
@@ -35,17 +35,17 @@ SUBDIRS = . po
 # Keep the test-suite.log
 .PRECIOUS: $(TEST_SUITE_LOG) Makefile
 
-LIBUDEV_CURRENT=6
+LIBUDEV_CURRENT=7
 LIBUDEV_REVISION=0
-LIBUDEV_AGE=5
+LIBUDEV_AGE=6
 
 LIBGUDEV_CURRENT=2
 LIBGUDEV_REVISION=0
 LIBGUDEV_AGE=2
 
-LIBSYSTEMD_CURRENT=3
-LIBSYSTEMD_REVISION=1
-LIBSYSTEMD_AGE=3
+LIBSYSTEMD_CURRENT=4
+LIBSYSTEMD_REVISION=0
+LIBSYSTEMD_AGE=4
 
 # The following four libraries only exist for compatibility reasons,
 # their version info should not be bumped anymore
index 83ba33d76f0d494cc95d83246d5034242a6acdb3..18b719856b9a1b17fef27c0855281a975005ec78 100644 (file)
@@ -20,7 +20,7 @@
 AC_PREREQ([2.64])
 
 AC_INIT([systemd],
-        [215],
+        [216],
         [http://bugs.freedesktop.org/enter_bug.cgi?product=systemd],
         [systemd],
         [http://www.freedesktop.org/wiki/Software/systemd])