From d682143729faf08d8b508041b1118e570f4eff6e Mon Sep 17 00:00:00 2001 From: Nathan Hjelm Date: Sun, 24 Jul 2016 20:04:34 -0600 Subject: on to 1.0.21-rc2 Signed-off-by: Nathan Hjelm --- libusb/version.h | 2 +- libusb/version_nano.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libusb/version.h b/libusb/version.h index e1a28e0..4ee1f27 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 917591a..a806b19 100644 --- a/libusb/version_nano.h +++ b/libusb/version_nano.h @@ -1 +1 @@ -#define LIBUSB_NANO 11126 +#define LIBUSB_NANO 11127 -- cgit v1.2.1