summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2013-07-11 11:04:02 +0200
committerHans de Goede <hdegoede@redhat.com>2013-07-11 11:04:02 +0200
commitd1ed6c4d6729b7527f9d1f743242e6bcd7f49195 (patch)
treed2884fa93cd4521bd3e6c01b588dac62e6252c16
parentfaa62417fb7996ea491e1401b4a6eca8d888648a (diff)
downloadlibusb-d1ed6c4d6729b7527f9d1f743242e6bcd7f49195.tar.gz
Prepare for 1.0.16 final releasev1.0.16
Signed-off-by: Hans de Goede <hdegoede@redhat.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 4f52e64..a3304a6 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.libusbx.org
-2013-07-05: v1.0.16-rc3
+2013-07-11: v1.0.16
* Add hotplug support for Darwin and Linux (#9)
* Add superspeed endpoint companion descriptor support (#15)
* Add BOS descriptor support (#15)
diff --git a/libusb/version.h b/libusb/version.h
index 73236f7..cf37de9 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 e8b7242..525cd7d 100644
--- a/libusb/version_nano.h
+++ b/libusb/version_nano.h
@@ -1 +1 @@
-#define LIBUSB_NANO 10773
+#define LIBUSB_NANO 10774