X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=configure.ac;h=6e98f37fbac8681a8408e737a6460a501edb6e1a;hb=f183b6ed766a18835d53dc1e36a4e98756ebd0b7;hp=0e0f9875a9900d0b71300e3d0e309955a7cb54cb;hpb=22c89d3fd78d7ef3f231fc837a47860efcc4cc9e;p=elogind.git diff --git a/configure.ac b/configure.ac index 0e0f9875a..6e98f37fb 100644 --- a/configure.ac +++ b/configure.ac @@ -11,7 +11,7 @@ AC_PROG_LIBTOOL dnl /* libudev version */ LIBUDEV_LT_CURRENT=0 -LIBUDEV_LT_REVISION=2 +LIBUDEV_LT_REVISION=3 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=2 +VOLID_LT_REVISION=3 VOLID_LT_AGE=0 AC_SUBST(VOLID_LT_CURRENT) AC_SUBST(VOLID_LT_REVISION)