summaryrefslogtreecommitdiff
path: root/libusb/version.h
diff options
context:
space:
mode:
authorPete Batard <pete@akeo.ie>2012-05-07 00:05:36 +0100
committerPete Batard <pete@akeo.ie>2012-05-07 00:05:36 +0100
commitd190bd7887ba7aba5949704592d5a18680e8a2df (patch)
treeb222dc6864d7ae025a3efad30f84266951d9297a /libusb/version.h
parent463dda06db5da5de0eab32820c7af60605625afe (diff)
downloadlibusb-d190bd7887ba7aba5949704592d5a18680e8a2df.tar.gz
libusbx 1.0.11-rc1v1.0.11-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 deb8bb6..18a8f90 100644
--- a/libusb/version.h
+++ b/libusb/version.h
@@ -6,12 +6,12 @@
#define LIBUSB_MINOR 0
#endif
#ifndef LIBUSB_MICRO
-#define LIBUSB_MICRO 10
+#define LIBUSB_MICRO 11
#endif
#ifndef LIBUSB_NANO
-#define LIBUSB_NANO 10493
+#define LIBUSB_NANO 10494
#endif
/* LIBUSB_RC is the release candidate suffix. Should normally be empty. */
#ifndef LIBUSB_RC
-#define LIBUSB_RC ""
+#define LIBUSB_RC "-rc1"
#endif