chiark / gitweb /
bump version
authorKay Sievers <kay.sievers@vrfy.org>
Tue, 18 Nov 2008 18:16:42 +0000 (19:16 +0100)
committerKay Sievers <kay.sievers@vrfy.org>
Tue, 18 Nov 2008 18:16:42 +0000 (19:16 +0100)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index ab5b8cac0e2202825b9d9e04f8af5db9ba911760..670b624756763aa8b454602119ee6258c28213f4 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+udev 134
+========
+
 udev 133
 ========
 Bugfix for kernels using SYSFS_DEPRECATED* option and finding parent
@@ -39,7 +42,6 @@ auto-mounting.
 
 udev 132
 ========
-
 Fix segfault if compiled without optimization and dbg() does not get
 compiled out and uses variables which are not available.
 
index e74c86ebe284b10cf99ab08a5397c36e0e585b5f..0ccd8d560ab29b87defb37b9d8ff8bb52cbbd37f 100644 (file)
@@ -1,5 +1,5 @@
 AC_INIT([udev],
-       [133],
+       [134],
        [linux-hotplug@vger.kernel.org])
 AC_PREREQ(2.60)
 AC_CONFIG_SRCDIR([udev/udevd.c])
@@ -19,7 +19,7 @@ AC_SUBST(LIBUDEV_LT_AGE)
 
 dnl /* libvolume_id version */
 VOLID_LT_CURRENT=1
-VOLID_LT_REVISION=5
+VOLID_LT_REVISION=6
 VOLID_LT_AGE=0
 AC_SUBST(VOLID_LT_CURRENT)
 AC_SUBST(VOLID_LT_REVISION)