aboutsummaryrefslogtreecommitdiffstats
path: root/libusb/version.h
diff options
context:
space:
mode:
authorPete Batard <pete@akeo.ie>2012-05-02 12:06:36 +0100
committerPete Batard <pete@akeo.ie>2012-05-02 12:06:36 +0100
commitae1124c112c88e807fb5f500846c9b12ea882122 (patch)
treea9cb78a3c74fe9473b0759278fe77dc4b63c1cd7 /libusb/version.h
parentec1cc1cc5c2766c802cfb326636687c0a9459e0b (diff)
downloadandroid_external_libusbx-ae1124c112c88e807fb5f500846c9b12ea882122.tar.gz
android_external_libusbx-ae1124c112c88e807fb5f500846c9b12ea882122.tar.bz2
android_external_libusbx-ae1124c112c88e807fb5f500846c9b12ea882122.zip
Autotools: Add bootstrap.sh
bootstrap.sh does not invoke configure whereas autogen.sh does. This allows libusbx users to choose the one that suits them best.
Diffstat (limited to 'libusb/version.h')
-rw-r--r--libusb/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libusb/version.h b/libusb/version.h
index 3862ed5..5fd6719 100644
--- a/libusb/version.h
+++ b/libusb/version.h
@@ -9,7 +9,7 @@
#define LIBUSB_MICRO 10
#endif
#ifndef LIBUSB_NANO
-#define LIBUSB_NANO 10486
+#define LIBUSB_NANO 10487
#endif
/* LIBUSB_RC is the release candidate suffix. Should normally be empty. */
#ifndef LIBUSB_RC