X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=configure.ac;h=cbd760edbf6cbd4a2f7c8a6e641dceef94496bbf;hb=a4a2edb0ead43ae5bae63ca8c2a7ad162016372f;hp=64b88dcfb3f585ec9cf0c5a720ee3cca1348ca6e;hpb=90dca5ff9d927273c47cfbe365cc925add1a67e8;p=elogind.git diff --git a/configure.ac b/configure.ac index 64b88dcfb..cbd760edb 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]) @@ -11,7 +11,7 @@ AC_PROG_LIBTOOL dnl /* libudev version */ LIBUDEV_LT_CURRENT=0 -LIBUDEV_LT_REVISION=4 +LIBUDEV_LT_REVISION=6 LIBUDEV_LT_AGE=0 AC_SUBST(LIBUDEV_LT_CURRENT) AC_SUBST(LIBUDEV_LT_REVISION) @@ -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)