Release 1.0.17

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
This commit is contained in:
Hans de Goede
2013-09-06 11:20:53 +02:00
parent def6a8f879
commit 0c3d17c9b1
3 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -1 +1 @@
#define LIBUSB_NANO 10829
#define LIBUSB_NANO 10830