diff options
author | Pete Batard <pbatard@gmail.com> | 2010-10-14 12:22:11 +0100 |
---|---|---|
committer | Pete Batard <pbatard@gmail.com> | 2010-10-14 12:22:11 +0100 |
commit | 9795887f8c8ab25e0f275bd606bb1169ebe152ca (patch) | |
tree | ca426719c6856974a42f44ef1eca641a9a38622b /configure.ac | |
parent | 7b7157d5bae3020abef965693963bd9a3fe16511 (diff) | |
download | libusb-9795887f8c8ab25e0f275bd606bb1169ebe152ca.tar.gz |
fixed potentially non unique return value for htab_hashpbr314
* also increased htab size to 1021, from a .h macro
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index ba6e938..cf12516 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, [10313]) +m4_define(LIBUSB_NANO, [10314]) AC_INIT([libusb], LIBUSB_MAJOR.LIBUSB_MINOR.LIBUSB_MICRO, [libusb-devel@lists.sourceforge.net], [libusb], [http://www.libusb.org/]) |