aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2009-03-04 23:32:16 +0100
committerKay Sievers <kay.sievers@vrfy.org>2009-03-04 23:32:16 +0100
commita5d8cffad9020247c9ba81a9e0a9b9cee5c4a4d5 (patch)
treec190a9891c9c2aa3b3c9550af418848c50cb6caa /configure.ac
parent56a7cb127177f4022e5d2df3e51d7a5d7a297da5 (diff)
downloadudev-a5d8cffad9020247c9ba81a9e0a9b9cee5c4a4d5.tar.gz
libudev: queue - use lstat() to check existence of symlink
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 5b2d9207..022c4cb0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,7 +16,7 @@ test "$prefix" = NONE && test "$exec_prefix" = NONE && exec_prefix=
dnl /* libudev version */
LIBUDEV_LT_CURRENT=0
-LIBUDEV_LT_REVISION=9
+LIBUDEV_LT_REVISION=10
LIBUDEV_LT_AGE=0
AC_SUBST(LIBUDEV_LT_CURRENT)
AC_SUBST(LIBUDEV_LT_REVISION)