summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPete Batard <pbatard@gmail.com>2010-10-12 23:10:26 +0100
committerPete Batard <pbatard@gmail.com>2010-10-12 23:10:26 +0100
commit5c7ef20119c427e7ef99990ed270fc4fa5d9698f (patch)
treeab0735c342a7c8e0509fbf76d255f5c1e7a558f3 /configure.ac
parentc7a064548d3672e4e47430bfd739854fe5cc3774 (diff)
downloadlibusb-5c7ef20119c427e7ef99990ed270fc4fa5d9698f.tar.gz
fixed missing malloc check in htab_hash()pbr312
* spotted by Michael Plante * also some cleanup
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 65ecdd6..e32bfcc 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, [10311])
+m4_define(LIBUSB_NANO, [10312])
AC_INIT([libusb], LIBUSB_MAJOR.LIBUSB_MINOR.LIBUSB_MICRO, [libusb-devel@lists.sourceforge.net], [libusb], [http://www.libusb.org/])