From e11525c66c7dd2db466c8f5785ff0b37d6a99ec9 Mon Sep 17 00:00:00 2001 From: Hans de Goede Date: Fri, 13 Jun 2014 20:31:35 +0200 Subject: libusb 1.0.19 Signed-off-by: Hans de Goede --- AUTHORS | 1 + libusb/version.h | 2 +- libusb/version_nano.h | 2 +- 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 -- cgit v1.2.1