diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2008-11-18 19:16:42 +0100 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2008-11-18 19:16:42 +0100 |
commit | 449934822e7386311fa738d6b34bde393d845ce6 (patch) | |
tree | 6552307e93abfc1fea02c6a0abcb53198814db27 /configure.ac | |
parent | 361b8a7423e9e50486b0efdf6e68ab6ffafe7785 (diff) |
bump version
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index e74c86ebe2..0ccd8d560a 100644 --- a/configure.ac +++ b/configure.ac @@ -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) |