X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=configure.ac;h=0ccd8d560ab29b87defb37b9d8ff8bb52cbbd37f;hp=6e98f37fbac8681a8408e737a6460a501edb6e1a;hb=405d2830431742ca156833edd1f868ede015c83b;hpb=f4700eb8a02c17972c3cef658bd8c96a725355b8 diff --git a/configure.ac b/configure.ac index 6e98f37fb..0ccd8d560 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_INIT([udev], - [130], - [kay.sievers@vrfy.org]) + [134], + [linux-hotplug@vger.kernel.org]) AC_PREREQ(2.60) AC_CONFIG_SRCDIR([udev/udevd.c]) AM_INIT_AUTOMAKE([check-news foreign 1.9 dist-bzip2]) @@ -11,7 +11,7 @@ AC_PROG_LIBTOOL dnl /* libudev version */ LIBUDEV_LT_CURRENT=0 -LIBUDEV_LT_REVISION=3 +LIBUDEV_LT_REVISION=5 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=3 +VOLID_LT_REVISION=6 VOLID_LT_AGE=0 AC_SUBST(VOLID_LT_CURRENT) AC_SUBST(VOLID_LT_REVISION)