summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2014-05-30 14:48:28 +0200
committerHans de Goede <hdegoede@redhat.com>2014-05-30 14:48:28 +0200
commitf3587bb68ea8f6759a0e877c928edf7454e22e6e (patch)
treebd531f265e6e8ef8c09aac5d17b176ea8a635926
parent6edd96ab818fab9a35efa385b489b9a56ca91dbc (diff)
downloadlibusb-f3587bb68ea8f6759a0e877c928edf7454e22e6e.tar.gz
libusb 1.0.19-rc2
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
-rw-r--r--AUTHORS1
-rw-r--r--ChangeLog2
-rw-r--r--libusb/version.h2
-rw-r--r--libusb/version_nano.h2
4 files changed, 4 insertions, 3 deletions
diff --git a/AUTHORS b/AUTHORS
index e44b366..61c2ad2 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -44,6 +44,7 @@ Justin Bischoff
Karsten Koenig
Konrad Rzepecki
Kuangye Guo
+Lars Kanis
Lars Wirzenius
Luca Longinotti
Markus Heidelberg
diff --git a/ChangeLog b/ChangeLog
index ec5b9bf..30a346d 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
-2014-05-19: v1.0.19
+2014-05-30: v1.0.19
* Add support for USB bulk streams on Linux and Mac OS X (#11)
* Windows: Add AMD and Intel USB-3.0 root hub support
* Windows: Fix USB 3.0 speed detection on Windows 8 or later (#10)
diff --git a/libusb/version.h b/libusb/version.h
index 3951ffe..f9cd203 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 "-rc2"
#endif
diff --git a/libusb/version_nano.h b/libusb/version_nano.h
index 0d37865..c03c6df 100644
--- a/libusb/version_nano.h
+++ b/libusb/version_nano.h
@@ -1 +1 @@
-#define LIBUSB_NANO 10900
+#define LIBUSB_NANO 10901