X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=configure.ac;h=0e0f9875a9900d0b71300e3d0e309955a7cb54cb;hb=ee173c5927649e8f2e6f42046315e84eb8e55e1b;hp=0042a61ce0c3db7ac2392f3a81e6af9b1a4bef9a;hpb=714131f1f2115bb4279d079e4b56a67bedcf2e9a;p=elogind.git diff --git a/configure.ac b/configure.ac index 0042a61ce..0e0f9875a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_INIT([udev], - [129], + [130], [kay.sievers@vrfy.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=1 +LIBUDEV_LT_REVISION=2 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=1 +VOLID_LT_REVISION=2 VOLID_LT_AGE=0 AC_SUBST(VOLID_LT_CURRENT) AC_SUBST(VOLID_LT_REVISION)