libusb 1.0.25

Signed-off-by: Tormod Volden <debian.tormod@gmail.com>
diff --git a/ChangeLog b/ChangeLog
index 487b9ca..b443e30 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
 
-2022-01-21: v1.0.25-rc1
+2022-01-31: v1.0.25
 * Linux: Fix regression with some particular devices
 * Linux: Fix regression with libusb_handle_events_timeout_completed()
 * Linux: Fix regression with cpu usage in libusb_bulk_transfer
@@ -13,6 +13,7 @@
 * Windows: Fix regression when using libusb0 driver
 * Windows: Support LIBUSB_TRANSFER_ADD_ZERO_PACKET on winusb
 * New NO_DEVICE_DISCOVERY option replaces WEAK_AUTHORITY option
+* Various other bug fixes and improvements
 
 2020-12-09: v1.0.24
 * Add new platform abstraction (#252)
diff --git a/libusb/version.h b/libusb/version.h
index aaaa1a2..1fe9946 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 ""
 #endif
diff --git a/libusb/version_nano.h b/libusb/version_nano.h
index a58a25f..03df9b4 100644
--- a/libusb/version_nano.h
+++ b/libusb/version_nano.h
@@ -1 +1 @@
-#define LIBUSB_NANO 11691
+#define LIBUSB_NANO 11692