X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=configure.ac;h=3a624308df9f4e37cf1717853e69aff7a7257434;hp=ab92a86ad59adbe74fad6ccd1789480599cecea8;hb=89d080c3aedacadfb0b1022e101957998d4cdaf1;hpb=b2fbf53a081539c8ade6759f1df7d8953f76dc8d diff --git a/configure.ac b/configure.ac index ab92a86ad..3a624308d 100644 --- a/configure.ac +++ b/configure.ac @@ -15,9 +15,9 @@ AC_PREFIX_DEFAULT([/usr]) test "$prefix" = NONE && test "$exec_prefix" = NONE && exec_prefix= dnl /* libudev version */ -LIBUDEV_LT_CURRENT=0 -LIBUDEV_LT_REVISION=10 -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)