chiark / gitweb /
add "nowatch" to disable a default installed watch with a later rule
[elogind.git] / configure.ac
index 7fbc42c41b82e7ba9c412b740aa7037c0c72b419..f23c377df0e8a7e1ec39af412f6e2b6bed65e3f8 100644 (file)
@@ -1,5 +1,5 @@
 AC_INIT([udev],
-       [138],
+       [139],
        [linux-hotplug@vger.kernel.org])
 AC_PREREQ(2.60)
 AC_CONFIG_SRCDIR([udev/udevd.c])
@@ -15,7 +15,7 @@ test "$prefix" = NONE && test "$exec_prefix" = NONE && exec_prefix=
 
 dnl /* libudev version */
 LIBUDEV_LT_CURRENT=0
-LIBUDEV_LT_REVISION=8
+LIBUDEV_LT_REVISION=9
 LIBUDEV_LT_AGE=0
 AC_SUBST(LIBUDEV_LT_CURRENT)
 AC_SUBST(LIBUDEV_LT_REVISION)