summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Dickens <christopher.a.dickens@gmail.com>2018-02-24 02:02:34 -0800
committerChris Dickens <christopher.a.dickens@gmail.com>2018-02-24 02:02:34 -0800
commit8681342edc8f09c866b95a64f5cda60d032be976 (patch)
treeca2a38fa222801fb268cf7cab60fef21cc17576c
parent8e03a6586c54626fe8e62016258f7238f1872978 (diff)
downloadlibusb-8681342edc8f09c866b95a64f5cda60d032be976.tar.gz
libusb 1.0.22-rc3v1.0.22-rc3
Signed-off-by: Chris Dickens <christopher.a.dickens@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 d717360..c0dd0e7 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
-2018-01-27: v1.0.22:
+2018-02-24: v1.0.22:
* New libusb_set_option() API
* Fix transfer timeout not being cleared upon resubmission
* Report super speed plus devices on modern Linux and macOS
diff --git a/libusb/version.h b/libusb/version.h
index 190391c..65f21b0 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 "-rc3"
#endif
diff --git a/libusb/version_nano.h b/libusb/version_nano.h
index 1617e40..9048930 100644
--- a/libusb/version_nano.h
+++ b/libusb/version_nano.h
@@ -1 +1 @@
-#define LIBUSB_NANO 11301
+#define LIBUSB_NANO 11302