From 2fad5a8b1b2d0789e3065126b3607fb1a55cc3f5 Mon Sep 17 00:00:00 2001 From: Tormod Volden Date: Sun, 28 Jan 2024 13:31:35 +0100 Subject: [PATCH] libusb 1.0.27-rc2 Signed-off-by: Tormod Volden --- ChangeLog | 2 +- libusb/version.h | 2 +- libusb/version_nano.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 076f07a78..b8e0cb478 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 47caa0c8d..19c7e1445 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 effab3c5d..37a12f649 100644 --- a/libusb/version_nano.h +++ b/libusb/version_nano.h @@ -1 +1 @@ -#define LIBUSB_NANO 11877 +#define LIBUSB_NANO 11878