summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2013-09-06 11:20:53 +0200
committerHans de Goede <hdegoede@redhat.com>2013-09-06 11:22:07 +0200
commit0c3d17c9b1c96afe6889ae4595abb22072fc1c0d (patch)
tree026f111891aac5cddc1fc46374fcc9a72f3aef63
parentdef6a8f879e77bbf1606e21f8dc8d7335da9d381 (diff)
downloadlibusb-1.0.17.tar.gz
Release 1.0.17v1.0.17
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 9758fe0..05e08de 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-08-28: v1.0.17-rc1
+2013-09-06: v1.0.17
* Hotplug callbacks now always get passed a libusb_context, even if it is
the default context. Previously NULL would be passed for the default context,
but since the first context created is the default context, and most apps
diff --git a/libusb/version.h b/libusb/version.h
index 04da817..09d9a9f 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 20982a3..dfa5664 100644
--- a/libusb/version_nano.h
+++ b/libusb/version_nano.h
@@ -1 +1 @@
-#define LIBUSB_NANO 10829
+#define LIBUSB_NANO 10830