summaryrefslogtreecommitdiff
path: root/libusb/version.h
diff options
context:
space:
mode:
authorTormod Volden <debian.tormod@gmail.com>2022-01-21 21:10:16 +0100
committerTormod Volden <debian.tormod@gmail.com>2022-01-21 21:10:16 +0100
commitf1e562e007563467991221a8d946447c4d016019 (patch)
tree4cf5c63233204a747b55203dc916ea9c5a1f66eb /libusb/version.h
parent99d9bbda443709d4ef724be179ebaa5d70913f2d (diff)
downloadlibusb-f1e562e007563467991221a8d946447c4d016019.tar.gz
libusb 1.0.25-rc1v1.0.25-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 d8ebde4..aaaa1a2 100644
--- a/libusb/version.h
+++ b/libusb/version.h
@@ -7,12 +7,12 @@
#define LIBUSB_MINOR 0
#endif
#ifndef LIBUSB_MICRO
-#define LIBUSB_MICRO 24
+#define LIBUSB_MICRO 25
#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