summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Dickens <christopher.a.dickens@gmail.com>2015-09-13 17:37:12 -0700
committerChris Dickens <christopher.a.dickens@gmail.com>2015-09-13 17:37:12 -0700
commitb5991a9e02e59a842a8ea2e0235cf319f2ec6cd1 (patch)
tree3c8ae1bf1dd91a26e9257c1cf65b6e04089c682d
parent440fdbbf1a6af2066dd4f6319cd56c5cc2140a92 (diff)
downloadlibusb-b5991a9e02e59a842a8ea2e0235cf319f2ec6cd1.tar.gz
libusb 1.0.20v1.0.20
Signed-off-by: Chris Dickens <christopher.a.dickens@gmail.com>
-rw-r--r--ChangeLog2
-rw-r--r--libusb/version.h2
-rw-r--r--libusb/version_nano.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 140a067..fc5fc2a 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
-2015-09-05: v1.0.20-rc3
+2015-09-13: v1.0.20
* Add Haiku support
* Fix multiple memory and resource leaks (#16, #52, #76, #81)
* Fix possible deadlock when executing transfer callback
diff --git a/libusb/version.h b/libusb/version.h
index d5904ae..0e3a363 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 "-rc3"
+#define LIBUSB_RC ""
#endif
diff --git a/libusb/version_nano.h b/libusb/version_nano.h
index 7583d7d..4afcd97 100644
--- a/libusb/version_nano.h
+++ b/libusb/version_nano.h
@@ -1 +1 @@
-#define LIBUSB_NANO 11003
+#define LIBUSB_NANO 11004