summaryrefslogtreecommitdiff
path: root/libusb/version.h
diff options
context:
space:
mode:
authorTormod Volden <debian.tormod@gmail.com>2022-03-22 23:13:35 +0100
committerTormod Volden <debian.tormod@gmail.com>2022-03-27 19:37:43 +0200
commit78de7dc4b9010cb3c598cb9cf9e4fe647e030c38 (patch)
treec5ab221a824f36120caf3690c60133527924f270 /libusb/version.h
parent19826aaf493961e0287ef2f2006a4941f84f9537 (diff)
downloadlibusb-78de7dc4b9010cb3c598cb9cf9e4fe647e030c38.tar.gz
libusb 1.0.26-rc1v1.0.26-rc1
Signed-off-by: Tormod Volden <debian.tormod@gmail.com>
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 1fe9946..7888208 100644
--- a/libusb/version.h
+++ b/libusb/version.h
@@ -7,12 +7,12 @@
#define LIBUSB_MINOR 0
#endif
#ifndef LIBUSB_MICRO
-#define LIBUSB_MICRO 25
+#define LIBUSB_MICRO 26
#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