X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=configure.ac;h=3a624308df9f4e37cf1717853e69aff7a7257434;hb=89d080c3aedacadfb0b1022e101957998d4cdaf1;hp=e916cfca9f51e4ba91c0dd2fc4ca7c572cd45aea;hpb=cb81636a01be769c1aa23105e7b711a70d18a4ac;p=elogind.git diff --git a/configure.ac b/configure.ac index e916cfca9..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=9 -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)