aboutsummaryrefslogtreecommitdiffstats
path: root/libusb/version.h
diff options
context:
space:
mode:
authorPete Batard <pete@akeo.ie>2012-04-13 22:23:58 +0100
committerPete Batard <pete@akeo.ie>2012-04-13 22:29:29 +0100
commitf0dfc40ad3304604605b6414e123d1452874222c (patch)
tree2803728fed0b96ad1fb379ff5d835621b5f640a9 /libusb/version.h
parent9ee81db53e4367bbb90650ec6443f81429454971 (diff)
downloadandroid_external_libusbx-f0dfc40ad3304604605b6414e123d1452874222c.tar.gz
android_external_libusbx-f0dfc40ad3304604605b6414e123d1452874222c.tar.bz2
android_external_libusbx-f0dfc40ad3304604605b6414e123d1452874222c.zip
libusbx 1.0.10-rc1
Diffstat (limited to 'libusb/version.h')
-rw-r--r--libusb/version.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libusb/version.h b/libusb/version.h
index 43d115e..d62ec8a 100644
--- a/libusb/version.h
+++ b/libusb/version.h
@@ -6,12 +6,12 @@
#define LIBUSB_MINOR 0
#endif
#ifndef LIBUSB_MICRO
-#define LIBUSB_MICRO 9
+#define LIBUSB_MICRO 10
#endif
#ifndef LIBUSB_NANO
-#define LIBUSB_NANO 10471
+#define LIBUSB_NANO 10472
#endif
/* LIBUSB_RC is the release candidate suffix. Should normally be empty. */
#ifndef LIBUSB_RC
-#define LIBUSB_RC ""
+#define LIBUSB_RC "-rc1"
#endif