move on to 1.0.23-rc3

Signed-off-by: Nathan Hjelm <hjelmn@google.com>
diff --git a/ChangeLog b/ChangeLog
index a242c9a..ecd07aa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,12 +1,15 @@
 For detailed information about the changes below, please see the git log or
 visit: http://log.libusb.info
 
-2019-08-09: v1.0.23 (in progress)
+2019-08-14: 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)
+* Core: abandon synchronous transfers when device closure is detected.
+* Core: fix error in handling the removal of file descriptors while handling
+  events.
 * Darwin(macOS): Switch from using ResetDevice to USBDeviceReEnumerate (#455)
 * Darwin(macOS): Remove code that changed the device class used (#428)
 * Darwin(macOS): Reduce hotplug timeout to 1ms (from 5s)
diff --git a/libusb/version.h b/libusb/version.h
index bb0fa75..2a649be 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 fc95dc5..9447804 100644
--- a/libusb/version_nano.h
+++ b/libusb/version_nano.h
@@ -1 +1 @@
-#define LIBUSB_NANO 11393
+#define LIBUSB_NANO 11394