X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=configure.ac;h=3a624308df9f4e37cf1717853e69aff7a7257434;hp=5b2d9207218b132695898ed358b93099dbb158fb;hb=9a2773c4a42bf36fc5122a42229530e421bc51c3;hpb=1597517c9effc275b8b89c8722c808777c17173f diff --git a/configure.ac b/configure.ac index 5b2d92072..3a624308d 100644 --- a/configure.ac +++ b/configure.ac @@ -15,17 +15,17 @@ AC_PREFIX_DEFAULT([/usr]) test "$prefix" = NONE && test "$exec_prefix" = NONE && exec_prefix= dnl /* libudev version */ -LIBUDEV_LT_CURRENT=0 -LIBUDEV_LT_REVISION=9 -LIBUDEV_LT_AGE=0 +LIBUDEV_LT_CURRENT=1 +LIBUDEV_LT_REVISION=0 +LIBUDEV_LT_AGE=1 AC_SUBST(LIBUDEV_LT_CURRENT) AC_SUBST(LIBUDEV_LT_REVISION) AC_SUBST(LIBUDEV_LT_AGE) dnl /* libvolume_id version */ -VOLID_LT_CURRENT=1 -VOLID_LT_REVISION=10 -VOLID_LT_AGE=0 +VOLID_LT_CURRENT=2 +VOLID_LT_REVISION=0 +VOLID_LT_AGE=1 AC_SUBST(VOLID_LT_CURRENT) AC_SUBST(VOLID_LT_REVISION) AC_SUBST(VOLID_LT_AGE)