Misc: Update README to include Haiku backend
authorChris Dickens <christopher.a.dickens@gmail.com>
Sun, 1 Mar 2015 09:03:04 +0000 (01:03 -0800)
committerChris Dickens <christopher.a.dickens@gmail.com>
Sun, 1 Mar 2015 09:03:04 +0000 (01:03 -0800)
Signed-off-by: Chris Dickens <christopher.a.dickens@gmail.com>
README
libusb/version_nano.h

diff --git a/README b/README
index 31fb706..9d434f9 100644 (file)
--- a/README
+++ b/README
@@ -2,9 +2,10 @@ libusb
 ======
 
 libusb is a library for USB device access from Linux, Mac OS X,
-Windows and OpenBSD/NetBSD userspace.
-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).
+Windows, OpenBSD/NetBSD and Haiku userspace.
+It is written in C (Haiku backend in C++) and licensed under the GNU
+Lesser General Public License version 2.1 or, at your option, any later
+version (see COPYING).
 
 libusb is abstracted internally in such a way that it can hopefully
 be ported to other operating systems. Please see the PORTING file
index 1d33305..8834b25 100644 (file)
@@ -1 +1 @@
-#define LIBUSB_NANO 10964
+#define LIBUSB_NANO 10965