summaryrefslogtreecommitdiff
path: root/libusb
diff options
context:
space:
mode:
authorPete Batard <pete@akeo.ie>2012-06-11 14:03:57 +0100
committerPete Batard <pete@akeo.ie>2012-06-11 14:27:17 +0100
commitc38f551e1656bf7810c71d64c4936efc18b9b95a (patch)
tree0ef5dda566b419f314be64fb7d2a51ebea49d393 /libusb
parentbeeb662e7c76560a7a305417c3cf09e1dafc1bdb (diff)
downloadlibusb-c38f551e1656bf7810c71d64c4936efc18b9b95a.tar.gz
libusbx 1.0.12-rc1v1.0.12-rc1
Diffstat (limited to 'libusb')
-rw-r--r--libusb/version.h4
-rw-r--r--libusb/version_nano.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/libusb/version.h b/libusb/version.h
index 4a6d028..e86b331 100644
--- a/libusb/version.h
+++ b/libusb/version.h
@@ -7,12 +7,12 @@
#define LIBUSB_MINOR 0
#endif
#ifndef LIBUSB_MICRO
-#define LIBUSB_MICRO 11
+#define LIBUSB_MICRO 12
#endif
#ifndef LIBUSB_NANO
#define LIBUSB_NANO 0
#endif
/* LIBUSB_RC is the release candidate suffix. Should normally be empty. */
#ifndef LIBUSB_RC
-#define LIBUSB_RC ""
+#define LIBUSB_RC "-rc1"
#endif
diff --git a/libusb/version_nano.h b/libusb/version_nano.h
index cd5ff62..9fbea89 100644
--- a/libusb/version_nano.h
+++ b/libusb/version_nano.h
@@ -1 +1 @@
-#define LIBUSB_NANO 10527
+#define LIBUSB_NANO 10528