chiark / gitweb /
build-sys: bump package and library versions v215
authorLennart Poettering <lennart@poettering.net>
Thu, 3 Jul 2014 18:48:40 +0000 (20:48 +0200)
committerLennart Poettering <lennart@poettering.net>
Thu, 3 Jul 2014 18:48:40 +0000 (20:48 +0200)
Makefile.am
configure.ac

index 672e93f16e6835a9ee29130b9eedba789d7b28cc..e238cdeebfcb1960e724d6b294f9a1b772a2db80 100644 (file)
@@ -35,16 +35,16 @@ SUBDIRS = . po
 # Keep the test-suite.log
 .PRECIOUS: $(TEST_SUITE_LOG) Makefile
 
-LIBUDEV_CURRENT=5
-LIBUDEV_REVISION=1
-LIBUDEV_AGE=4
+LIBUDEV_CURRENT=6
+LIBUDEV_REVISION=0
+LIBUDEV_AGE=5
 
 LIBGUDEV_CURRENT=2
 LIBGUDEV_REVISION=0
 LIBGUDEV_AGE=2
 
 LIBSYSTEMD_CURRENT=3
-LIBSYSTEMD_REVISION=0
+LIBSYSTEMD_REVISION=1
 LIBSYSTEMD_AGE=3
 
 # The following four libraries only exist for compatibility reasons,
index 93aba067397c7c01ca2fa1fb1bc390a3d3bf63f1..ae88382e21c75f4ecb19ac85ebcaa38cbc1aebfe 100644 (file)
@@ -20,7 +20,7 @@
 AC_PREREQ([2.64])
 
 AC_INIT([systemd],
-        [214],
+        [215],
         [http://bugs.freedesktop.org/enter_bug.cgi?product=systemd],
         [systemd],
         [http://www.freedesktop.org/wiki/Software/systemd])