libusb 1.0.24-rc1
authorChris Dickens <christopher.a.dickens@gmail.com>
Sat, 28 Nov 2020 05:56:30 +0000 (21:56 -0800)
committerChris Dickens <christopher.a.dickens@gmail.com>
Sat, 28 Nov 2020 05:56:30 +0000 (21:56 -0800)
Signed-off-by: Chris Dickens <christopher.a.dickens@gmail.com>
libusb/version.h
libusb/version_nano.h

index 8fccd3587e04397f5ff512396e0581b822e956d0..1de2e5b0e7cc2cdc3a34be46590a75093dbd1c00 100644 (file)
@@ -7,12 +7,12 @@
 #define LIBUSB_MINOR 0
 #endif
 #ifndef LIBUSB_MICRO
-#define LIBUSB_MICRO 23
+#define LIBUSB_MICRO 24
 #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
index 411b5f921c1c0ec84f7560b92a48751ca0560d04..1a2b766195851aa13f4ef0b5ba211cd514fb3a57 100644 (file)
@@ -1 +1 @@
-#define LIBUSB_NANO 11580
+#define LIBUSB_NANO 11581