summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Dickens <christopher.a.dickens@gmail.com>2018-03-17 00:21:14 -0700
committerChris Dickens <christopher.a.dickens@gmail.com>2018-03-17 00:21:14 -0700
commitb0fcdea99f6448d6e54dc2ec02f2052f068b15b4 (patch)
treec03158ddd6f9b4534d742fe42d3bf704e0dc3342
parent2da989c2a0f632fbcaa3696087fbbc57181443c1 (diff)
downloadlibusb-b0fcdea99f6448d6e54dc2ec02f2052f068b15b4.tar.gz
libusb 1.0.22-rc4v1.0.22-rc4
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 c0dd0e7..56f357e 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-02-24: v1.0.22:
+2018-03-17: 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 65f21b0..ab98b5b 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 "-rc3"
+#define LIBUSB_RC "-rc4"
#endif
diff --git a/libusb/version_nano.h b/libusb/version_nano.h
index 482fb14..24cb9b3 100644
--- a/libusb/version_nano.h
+++ b/libusb/version_nano.h
@@ -1 +1 @@
-#define LIBUSB_NANO 11308
+#define LIBUSB_NANO 11309