From 5bbbfc98bd309ab9425a6fb96b77bde9a5b244e6 Mon Sep 17 00:00:00 2001 From: Pete Batard Date: Sat, 25 Jan 2014 22:35:16 +0000 Subject: [PATCH] libusbx 1.0.18 *FINAL RELEASE* Continuation of this project is now ensured through libusb: https://github.com/libusb/libusb.git For more info, see http://libusb.info --- AUTHORS | 1 + ChangeLog | 2 +- libusb/version.h | 2 +- libusb/version_nano.h | 2 +- 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 71ae5f4..ebfe0a6 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 -2014-01-08: v1.0.18-rc1 +2014-01-25: v1.0.18 *FINAL RELEASE* * Last release of libusbx, as the project is merging back again with libusb. As a result, continuation of the project will now occur from the following: o Main site: http://libusb.info 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 b7dfab5..6f34761 100644 --- a/libusb/version_nano.h +++ b/libusb/version_nano.h @@ -1 +1 @@ -#define LIBUSB_NANO 10864 +#define LIBUSB_NANO 10866 -- 2.11.4.GIT