aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTormod Volden <debian.tormod@gmail.com>2024-01-28 13:31:35 +0100
committerTormod Volden <debian.tormod@gmail.com>2024-01-28 13:31:35 +0100
commit2fad5a8b1b2d0789e3065126b3607fb1a55cc3f5 (patch)
treec159a85e1109c5affd5c0cf920856e639786432b
parent655877883354cd9a3f7713cebbb1425b64341c63 (diff)
downloadlibusb-2fad5a8b1b2d0789e3065126b3607fb1a55cc3f5.tar.gz
libusb 1.0.27-rc2
Signed-off-by: Tormod Volden <debian.tormod@gmail.com>
-rw-r--r--ChangeLog2
-rw-r--r--libusb/version.h2
-rw-r--r--libusb/version_nano.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 076f07a..b8e0cb4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
For detailed information about the changes below, please see the git log
or visit: http://log.libusb.info
-2023-12-10: v1.0.27-rc1
+2024-01-28: v1.0.27-rc2
* New libusb_init_context API to replace libusb_init
* New libusb_get_max_alt_packet_size API
* New libusb_get_platform_descriptor API (BOS)
diff --git a/libusb/version.h b/libusb/version.h
index 47caa0c..19c7e14 100644
--- a/libusb/version.h
+++ b/libusb/version.h
@@ -14,5 +14,5 @@
#endif
/* LIBUSB_RC is the release candidate suffix. Should normally be empty. */
#ifndef LIBUSB_RC
-#define LIBUSB_RC "-rc1"
+#define LIBUSB_RC "-rc2"
#endif
diff --git a/libusb/version_nano.h b/libusb/version_nano.h
index effab3c..37a12f6 100644
--- a/libusb/version_nano.h
+++ b/libusb/version_nano.h
@@ -1 +1 @@
-#define LIBUSB_NANO 11877
+#define LIBUSB_NANO 11878