summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AUTHORS1
-rw-r--r--libusb/version.h2
-rw-r--r--libusb/version_nano.h2
3 files changed, 3 insertions, 2 deletions
diff --git a/AUTHORS b/AUTHORS
index 61c2ad2..95b1162 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -39,6 +39,7 @@ Hector Martin
Hoi-Ho Chan
Ilya Konstantinov
James Hanko
+John Sheu
Joshua Blake
Justin Bischoff
Karsten Koenig
diff --git a/libusb/version.h b/libusb/version.h
index f9cd203..3305765 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 8c4063a..42fac54 100644
--- a/libusb/version_nano.h
+++ b/libusb/version_nano.h
@@ -1 +1 @@
-#define LIBUSB_NANO 10903
+#define LIBUSB_NANO 10905