aboutsummaryrefslogtreecommitdiffstats
path: root/libusb/version.h
diff options
context:
space:
mode:
authorPete Batard <pete@akeo.ie>2012-04-11 23:12:21 +0100
committerPete Batard <pete@akeo.ie>2012-04-11 23:45:37 +0100
commitb9e3a9b74cb78302b19652b44114f2e491dd24f2 (patch)
treeee463def302506d7361ec853f0d97b7815c533bc /libusb/version.h
parentff19395ca935d5c1bd658e4b3e5b5a9240c074a9 (diff)
downloadandroid_external_libusbx-b9e3a9b74cb78302b19652b44114f2e491dd24f2.tar.gz
android_external_libusbx-b9e3a9b74cb78302b19652b44114f2e491dd24f2.tar.bz2
android_external_libusbx-b9e3a9b74cb78302b19652b44114f2e491dd24f2.zip
Git: add pre-commit and post-rewrite hooks for versioning
* Also adds the maintainer-only .private directory
Diffstat (limited to 'libusb/version.h')
-rw-r--r--libusb/version.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/libusb/version.h b/libusb/version.h
index 62446da..2549bde 100644
--- a/libusb/version.h
+++ b/libusb/version.h
@@ -8,9 +8,8 @@
#ifndef LIBUSB_MICRO
#define LIBUSB_MICRO 9
#endif
-/* LIBUSB_NANO may be used for Windows internal versioning. 0 means unused. */
#ifndef LIBUSB_NANO
-#define LIBUSB_NANO 0
+#define LIBUSB_NANO 10470
#endif
/* LIBUSB_RC is the release candidate suffix. Should normally be empty. */
#ifndef LIBUSB_RC