aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2009-03-11 13:32:39 +0100
committerKay Sievers <kay.sievers@vrfy.org>2009-03-11 13:32:39 +0100
commit89d080c3aedacadfb0b1022e101957998d4cdaf1 (patch)
tree9566b5cebee4ccf3158837e28d613c7201b32e14 /configure.ac
parentb2fbf53a081539c8ade6759f1df7d8953f76dc8d (diff)
downloadudev-89d080c3aedacadfb0b1022e101957998d4cdaf1.tar.gz
libudev: ctrl - return error after sending ctrl message
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index ab92a86a..3a624308 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)