aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2009-04-15 21:47:04 +0200
committerKay Sievers <kay.sievers@vrfy.org>2009-04-15 21:47:04 +0200
commit3e5bafc98ad359f112d04071cfbb96a268a7ebc1 (patch)
tree58bed840f940c548f78c8ba03d4577eb793d299f /configure.ac
parent9b144b88577e944659aa915cb27ff09af40223d2 (diff)
downloadudev-3e5bafc98ad359f112d04071cfbb96a268a7ebc1.tar.gz
libudev: path_encode - always return 0 if encoded string does not fit into size
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 3aa6e7c7..cbe2833f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,7 @@ test "$prefix" = NONE && test "$exec_prefix" = NONE && exec_prefix=
dnl /* libudev version */
LIBUDEV_LT_CURRENT=2
-LIBUDEV_LT_REVISION=0
+LIBUDEV_LT_REVISION=1
LIBUDEV_LT_AGE=2
AC_SUBST(LIBUDEV_LT_CURRENT)
AC_SUBST(LIBUDEV_LT_REVISION)