summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xautogen.sh2
-rw-r--r--libusb/version.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh
index 906251a..1a4c75f 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -3,4 +3,4 @@
set -e
./bootstrap.sh
-./configure --enable-maintainer-mode --enable-examples-build $*
+./configure --enable-maintainer-mode --enable-examples-build "$@"
diff --git a/libusb/version.h b/libusb/version.h
index 0c87ebe..a2ed4a0 100644
--- a/libusb/version.h
+++ b/libusb/version.h
@@ -9,7 +9,7 @@
#define LIBUSB_MICRO 10
#endif
#ifndef LIBUSB_NANO
-#define LIBUSB_NANO 10491
+#define LIBUSB_NANO 10492
#endif
/* LIBUSB_RC is the release candidate suffix. Should normally be empty. */
#ifndef LIBUSB_RC