aboutsummaryrefslogtreecommitdiffstats
path: root/libusb/version.h
diff options
context:
space:
mode:
authorLudovic Rousseau <ludovic.rousseau@gmail.com>2012-05-09 09:12:01 +0200
committerPete Batard <pete@akeo.ie>2012-05-10 15:38:19 +0100
commit6b7609125f02b18a3b57a2b101d1404aab8f181e (patch)
tree590f831a78be7de06590f7d780d013f62d38fb3e /libusb/version.h
parent207566535293136c89bc5b7df8c588418171e54f (diff)
downloadandroid_external_libusbx-6b7609125f02b18a3b57a2b101d1404aab8f181e.tar.gz
android_external_libusbx-6b7609125f02b18a3b57a2b101d1404aab8f181e.tar.bz2
android_external_libusbx-6b7609125f02b18a3b57a2b101d1404aab8f181e.zip
Samples: Use a common LDADD for all examples
* Similar to libusb patch a129732fb45fc424743f26f01c906e4514f11521
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 0d262eb..c63bbf8 100644
--- a/libusb/version.h
+++ b/libusb/version.h
@@ -9,7 +9,7 @@
#define LIBUSB_MICRO 11
#endif
#ifndef LIBUSB_NANO
-#define LIBUSB_NANO 10500
+#define LIBUSB_NANO 10501
#endif
/* LIBUSB_RC is the release candidate suffix. Should normally be empty. */
#ifndef LIBUSB_RC