summaryrefslogtreecommitdiff
path: root/libusb/version.h
diff options
context:
space:
mode:
authorLudovic Rousseau <ludovic.rousseau@gmail.com>2012-05-09 09:13:41 +0200
committerPete Batard <pete@akeo.ie>2012-05-10 15:39:11 +0100
commit7e52e1e7534ead3f66b13bdcb28ac8587ff47ab0 (patch)
tree0c7bf23aefa73b49af9b8ea6458bd794019cc18b /libusb/version.h
parent6b7609125f02b18a3b57a2b101d1404aab8f181e (diff)
downloadlibusb-7e52e1e7534ead3f66b13bdcb28ac8587ff47ab0.tar.gz
Samples: Use the implicit _SOURCES rule
* By default automake looks for a source file foo.c for a foo binary.
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 c63bbf8..a31d435 100644
--- a/libusb/version.h
+++ b/libusb/version.h
@@ -9,7 +9,7 @@
#define LIBUSB_MICRO 11
#endif
#ifndef LIBUSB_NANO
-#define LIBUSB_NANO 10501
+#define LIBUSB_NANO 10502
#endif
/* LIBUSB_RC is the release candidate suffix. Should normally be empty. */
#ifndef LIBUSB_RC