summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rw-r--r--libusb/version.h2
-rw-r--r--libusb/version_nano.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 906943a..ed25d5f 100644
--- a/NEWS
+++ b/NEWS
@@ -2,7 +2,7 @@ This file lists notable changes in each release.
For fine grained history, please see the git log at:
http://log.libusbx.org
-2012-09-16: v1.0.13-rc1
+2012-09-20: v1.0.13
* [MAJOR] Fix a typo in the API with struct libusb_config_descriptor where
MaxPower was used instead of bMaxPower, as defined in the specs. If your
application was accessing the MaxPower attribute, and you need to maintain
diff --git a/libusb/version.h b/libusb/version.h
index 8187119..dbc8acf 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 ""
#endif
diff --git a/libusb/version_nano.h b/libusb/version_nano.h
index c0bd650..327d562 100644
--- a/libusb/version_nano.h
+++ b/libusb/version_nano.h
@@ -1 +1 @@
-#define LIBUSB_NANO 10574
+#define LIBUSB_NANO 10575