diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2009-03-11 13:32:39 +0100 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2009-03-11 13:32:39 +0100 |
commit | 89d080c3aedacadfb0b1022e101957998d4cdaf1 (patch) | |
tree | 9566b5cebee4ccf3158837e28d613c7201b32e14 /configure.ac | |
parent | b2fbf53a081539c8ade6759f1df7d8953f76dc8d (diff) |
libudev: ctrl - return error after sending ctrl message
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index ab92a86ad5..3a624308df 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) |