summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Hjelm <hjelmn@google.com>2019-08-09 09:26:41 -0700
committerNathan Hjelm <hjelmn@google.com>2019-08-09 09:26:41 -0700
commita5990ab10f68e5ec7498f627d1664b1f842fec4e (patch)
tree0c88fe13a438e32532ed7e1b6de8c7975b17ade4
parente80c1508d3469ecf1042adee3905d6305351de79 (diff)
downloadlibusb-a5990ab10f68e5ec7498f627d1664b1f842fec4e.tar.gz
update to 1.0.23-rc2v1.0.23-rc2
Signed-off-by: Nathan Hjelm <hjelmn@google.com>
-rw-r--r--ChangeLog3
-rw-r--r--libusb/version.h2
-rw-r--r--libusb/version_nano.h2
3 files changed, 4 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index df7b9a6..a242c9a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,11 @@
For detailed information about the changes below, please see the git log or
visit: http://log.libusb.info
-2019-04-05: v1.0.23 (in progress)
+2019-08-09: v1.0.23 (in progress)
* Add German translation (#446)
* Add Hungarian translation (#493)
* Android: Improved support for Android
+* BSD: Remove infinite recursion in OpenBSD backend
* configure.ac: Fix detection of clock_gettime library (#439)
* Darwin(macOS): Switch from using ResetDevice to USBDeviceReEnumerate (#455)
* Darwin(macOS): Remove code that changed the device class used (#428)
diff --git a/libusb/version.h b/libusb/version.h
index a7550b0..bb0fa75 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 1d98258..8aa1efc 100644
--- a/libusb/version_nano.h
+++ b/libusb/version_nano.h
@@ -1 +1 @@
-#define LIBUSB_NANO 11388
+#define LIBUSB_NANO 11389