summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2014-06-13 20:31:35 +0200
committerHans de Goede <hdegoede@redhat.com>2014-06-13 20:31:35 +0200
commite11525c66c7dd2db466c8f5785ff0b37d6a99ec9 (patch)
treebccf3d2faddbe7cf750f2945f08b1860d912c52b
parentcdf3c36ea1351d879b2caa5b8a0e880b47dc084e (diff)
downloadlibusb-e11525c66c7dd2db466c8f5785ff0b37d6a99ec9.tar.gz
libusb 1.0.19
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
-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