summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPete Batard <pbatard@gmail.com>2010-10-27 19:31:27 +0100
committerPete Batard <pbatard@gmail.com>2010-10-27 19:31:27 +0100
commit844d7db566dc6fb75143554ddc8dcc308cc9da35 (patch)
tree7b4af3e202a640ef5ce3cb0e3da3cab432e0340c /configure.ac
parent53fec87339c29b44f2582f175aba383e9d78543e (diff)
downloadlibusb-844d7db566dc6fb75143554ddc8dcc308cc9da35.tar.gz
minor enumeration bugfixes and improvementspbr318
* dev_interface_details is not available on GEN pass but some warning messages attempt to reference that pointer * skip device if interface path cannot be sanitized * check the return value of init_device() and bail out on error
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 24c2625..fdd9435 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, [10317])
+m4_define(LIBUSB_NANO, [10318])
AC_INIT([libusb], LIBUSB_MAJOR.LIBUSB_MINOR.LIBUSB_MICRO, [libusb-devel@lists.sourceforge.net], [libusb], [http://www.libusb.org/])