chiark / gitweb /
build-sys: bump release and sonames
authorLennart Poettering <lennart@poettering.net>
Thu, 7 Mar 2013 20:53:53 +0000 (21:53 +0100)
committerLennart Poettering <lennart@poettering.net>
Thu, 7 Mar 2013 20:53:53 +0000 (21:53 +0100)
Makefile.am
configure.ac

index c1c8cdbad7be4abe51d94bff57a439bca6116991..05bf582e267b2286ff644243a7a62b304f659e23 100644 (file)
@@ -32,16 +32,16 @@ SUBDIRS = . po
 .SECONDARY:
 
 LIBUDEV_CURRENT=3
-LIBUDEV_REVISION=1
+LIBUDEV_REVISION=2
 LIBUDEV_AGE=2
 
 LIBGUDEV_CURRENT=1
 LIBGUDEV_REVISION=3
 LIBGUDEV_AGE=1
 
-LIBSYSTEMD_LOGIN_CURRENT=3
-LIBSYSTEMD_LOGIN_REVISION=11
-LIBSYSTEMD_LOGIN_AGE=3
+LIBSYSTEMD_LOGIN_CURRENT=4
+LIBSYSTEMD_LOGIN_REVISION=0
+LIBSYSTEMD_LOGIN_AGE=4
 
 LIBSYSTEMD_DAEMON_CURRENT=0
 LIBSYSTEMD_DAEMON_REVISION=7
index 43b8225285b54c7806968595ab5cc5fef30b8a3d..28d7286c8338f7d7a5fd521c0755f2082448f4eb 100644 (file)
@@ -20,7 +20,7 @@
 AC_PREREQ([2.64])
 
 AC_INIT([systemd],
-        [197],
+        [198],
         [http://bugs.freedesktop.org/enter_bug.cgi?product=systemd],
         [systemd],
         [http://www.freedesktop.org/wiki/Software/systemd])