summaryrefslogtreecommitdiff
path: root/libusb/version.h
diff options
context:
space:
mode:
authorPete Batard <pete@akeo.ie>2012-05-10 15:35:07 +0100
committerPete Batard <pete@akeo.ie>2012-05-10 15:36:34 +0100
commit207566535293136c89bc5b7df8c588418171e54f (patch)
treec2d6c405bfeaff09f92addb6931559b901c2915a /libusb/version.h
parent3c755e14d525a85f05e40c8a8ed785a77a218680 (diff)
downloadlibusb-207566535293136c89bc5b7df8c588418171e54f.tar.gz
Samples: prefer __linux__ over __linux define in xusb
* While both should work, __linux__ seems to be preferred and what we use in threads_posix.c * Also fix a typo in .private/README.txt
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 a67be48..0d262eb 100644
--- a/libusb/version.h
+++ b/libusb/version.h
@@ -9,7 +9,7 @@
#define LIBUSB_MICRO 11
#endif
#ifndef LIBUSB_NANO
-#define LIBUSB_NANO 10499
+#define LIBUSB_NANO 10500
#endif
/* LIBUSB_RC is the release candidate suffix. Should normally be empty. */
#ifndef LIBUSB_RC