diff --git a/ChangeLog b/ChangeLog index b8e0cb478..3db5baa9a 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 -2024-01-28: v1.0.27-rc2 +2024-01-31: v1.0.27 * 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 19c7e1445..ca9df20ff 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 "-rc2" +#define LIBUSB_RC "" #endif diff --git a/libusb/version_nano.h b/libusb/version_nano.h index 2fc0da5cb..a6165f334 100644 --- a/libusb/version_nano.h +++ b/libusb/version_nano.h @@ -1 +1 @@ -#define LIBUSB_NANO 11881 +#define LIBUSB_NANO 11882