summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libusb/version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libusb/version.h b/libusb/version.h
index 412a35a..08e2c87 100644
--- a/libusb/version.h
+++ b/libusb/version.h
@@ -6,7 +6,7 @@
#define LIBUSB_MINOR 0
#endif
#ifndef LIBUSB_MICRO
-#define LIBUSB_MICRO 8
+#define LIBUSB_MICRO 9
#endif
/* LIBUSB_NANO may be used for Windows internal versioning. 0 means unused. */
#ifndef LIBUSB_NANO
@@ -14,5 +14,5 @@
#endif
/* LIBUSB_RC is the release candidate suffix. Should normally be empty. */
#ifndef LIBUSB_RC
-#define LIBUSB_RC ""
+#define LIBUSB_RC "-rc3"
#endif