summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Dickens <christopher.a.dickens@gmail.com>2018-03-24 17:43:43 -0700
committerChris Dickens <christopher.a.dickens@gmail.com>2018-03-24 17:43:43 -0700
commit0034b2afdcdb1614e78edaa2a9e22d5936aeae5d (patch)
treec248ce9378a2cc2acccde6ab6add09dbd8223dc4
parentf69255217c3dd7868f284b5753ce6cdf208ace3b (diff)
downloadlibusb-0034b2afdcdb1614e78edaa2a9e22d5936aeae5d.tar.gz
libusb 1.0.22v1.0.22
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 56f357e..e25c04f 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-03-17: v1.0.22:
+2018-03-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 ab98b5b..c6dfe37 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 "-rc4"
+#define LIBUSB_RC ""
#endif
diff --git a/libusb/version_nano.h b/libusb/version_nano.h
index 52c6b40..90a782a 100644
--- a/libusb/version_nano.h
+++ b/libusb/version_nano.h
@@ -1 +1 @@
-#define LIBUSB_NANO 11311
+#define LIBUSB_NANO 11312