summaryrefslogtreecommitdiff
path: root/libusb/version.h
diff options
context:
space:
mode:
Diffstat (limited to 'libusb/version.h')
-rw-r--r--libusb/version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libusb/version.h b/libusb/version.h
index c6dfe37..a7550b0 100644
--- a/libusb/version.h
+++ b/libusb/version.h
@@ -7,12 +7,12 @@
#define LIBUSB_MINOR 0
#endif
#ifndef LIBUSB_MICRO
-#define LIBUSB_MICRO 22
+#define LIBUSB_MICRO 23
#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