summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPete Batard <pete@akeo.ie>2014-01-25 22:43:39 +0000
committerPete Batard <pete@akeo.ie>2014-01-25 22:59:04 +0000
commita2f2c316fdb5d7f421e61b06beac512345b6e806 (patch)
tree73b963fe2e9542ae7f8ef3d89a38e68281b7446c
parentf6c935902a6b04f05d4dd189e9866de9eafb19c3 (diff)
downloadlibusb-a2f2c316fdb5d7f421e61b06beac512345b6e806.tar.gz
libusb 1.0.18v1.0.18
-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 1bc6375..c650646 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -69,3 +69,4 @@ Vitali Lovich
Xiaofan Chen
Zoltán Kovács
Роман Донченко
+xantares
diff --git a/ChangeLog b/ChangeLog
index 05d5750..9894d47 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-01-08: v1.0.18-rc1
+2014-01-25: v1.0.18
* Fix multiple memory leaks
* Fix a crash when HID transfers return no data on Windows
* Ensure all pending events are consumed
diff --git a/libusb/version.h b/libusb/version.h
index 05046a4..4a845c5 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 ""
#endif
diff --git a/libusb/version_nano.h b/libusb/version_nano.h
index caddced..6f34761 100644
--- a/libusb/version_nano.h
+++ b/libusb/version_nano.h
@@ -1 +1 @@
-#define LIBUSB_NANO 10865
+#define LIBUSB_NANO 10866