aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2009-01-14 21:54:31 +0100
committerKay Sievers <kay.sievers@vrfy.org>2009-01-14 21:54:31 +0100
commitaffed87af1ad1a19a1baab3bfd2d271049f52e6c (patch)
tree7bc39f35582ca47a3f64a9ba60a3b06978d70ff1 /configure.ac
parent18cff5c3b2e3591fa46107288ea2d7026a15ccf3 (diff)
downloadudev-affed87af1ad1a19a1baab3bfd2d271049f52e6c.tar.gz
libudev: use 4096 bytes buffer for attribute reading
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 5e7adb93..bc2e9c27 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=0
-LIBUDEV_LT_REVISION=7
+LIBUDEV_LT_REVISION=8
LIBUDEV_LT_AGE=0
AC_SUBST(LIBUDEV_LT_CURRENT)
AC_SUBST(LIBUDEV_LT_REVISION)