summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPete Batard <pbatard@gmail.com>2010-10-28 11:12:11 +0100
committerPete Batard <pbatard@gmail.com>2010-10-28 11:12:11 +0100
commitaa92806e23e262016f09a42f67e656553eaec7c2 (patch)
treea32661c023cffa34949552ce6bbde129a6aa1aed /configure.ac
parent844d7db566dc6fb75143554ddc8dcc308cc9da35 (diff)
downloadlibusb-aa92806e23e262016f09a42f67e656553eaec7c2.tar.gz
more enumeration bugfixes and improvementspbr319
* previously opened devices were not being added to the discovered list * provide device information on cache descriptor errors * disconnected device is not an assertion failure * code readability
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 fdd9435..24805dd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
m4_define(LIBUSB_MAJOR, [1])
m4_define(LIBUSB_MINOR, [0])
m4_define(LIBUSB_MICRO, [8])
-m4_define(LIBUSB_NANO, [10318])
+m4_define(LIBUSB_NANO, [10319])
AC_INIT([libusb], LIBUSB_MAJOR.LIBUSB_MINOR.LIBUSB_MICRO, [libusb-devel@lists.sourceforge.net], [libusb], [http://www.libusb.org/])