From 81b627b4a0856468b21f4605bc667132d87b66df Mon Sep 17 00:00:00 2001 From: Pete Batard Date: Tue, 17 Apr 2012 02:20:40 +0100 Subject: libusbx-1.0.10 --- NEWS | 3 ++- README | 3 ++- libusb/version.h | 4 ++-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index 1e47088..806df94 100644 --- a/NEWS +++ b/NEWS @@ -2,11 +2,12 @@ This file lists notable changes in each release. For fine grained history, please see the git log at: http://libusbx.git.sourceforge.net/git/gitweb.cgi?p=libusbx/libusbx;a=log -2012-04-13: v1.0.10-rc1 +2012-04-17: v1.0.10 * Public release * Add libusb_get_version * Add Visual Studio 2010 project files * Some Windows code cleanup +* Fix xusb sample warnings 2012-04-02: v1.0.9 * First libusbx release diff --git a/README b/README index 6cceff9..46a7b57 100644 --- a/README +++ b/README @@ -2,7 +2,8 @@ libusbx ======= libusbx is a library for USB device access from Linux, Mac OS X, -OpenBSD and Windows userspace. +Windows and OpenBSD userspace (with OpenBSD, and to a lesser extent +Windows, currently being considered EXPERIMENTAL). It is written in C and licensed under the GNU Lesser General Public License version 2.1 or (at your option) any later version (see COPYING). diff --git a/libusb/version.h b/libusb/version.h index 3061e20..958fd11 100644 --- a/libusb/version.h +++ b/libusb/version.h @@ -9,9 +9,9 @@ #define LIBUSB_MICRO 10 #endif #ifndef LIBUSB_NANO -#define LIBUSB_NANO 10475 +#define LIBUSB_NANO 10476 #endif /* LIBUSB_RC is the release candidate suffix. Should normally be empty. */ #ifndef LIBUSB_RC -#define LIBUSB_RC "-rc1" +#define LIBUSB_RC "" #endif -- cgit v1.2.1