summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 ecd07aa..0999d07 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
-2019-08-14: v1.0.23 (in progress)
+2019-08-28: v1.0.23
* Add German translation (#446)
* Add Hungarian translation (#493)
* Android: Improved support for Android
diff --git a/libusb/version.h b/libusb/version.h
index 2a649be..8fccd35 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 ""
#endif
diff --git a/libusb/version_nano.h b/libusb/version_nano.h
index 4ec093e..02179a4 100644
--- a/libusb/version_nano.h
+++ b/libusb/version_nano.h
@@ -1 +1 @@
-#define LIBUSB_NANO 11396
+#define LIBUSB_NANO 11397