summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPete Batard <pete@akeo.ie>2012-04-17 02:20:40 +0100
committerPete Batard <pete@akeo.ie>2012-04-17 02:20:40 +0100
commit81b627b4a0856468b21f4605bc667132d87b66df (patch)
tree50f0db531157a9b6fd48366758f0b246beaf4a5d
parent28ab85c41823a2ef5e08c69a0dd721adfa5b4047 (diff)
downloadlibusb-81b627b4a0856468b21f4605bc667132d87b66df.tar.gz
libusbx-1.0.10v1.0.10
-rw-r--r--NEWS3
-rw-r--r--README3
-rw-r--r--libusb/version.h4
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