From dd4da212ee73bcaefa8ca94dadb1fef318e68762 Mon Sep 17 00:00:00 2001 From: Chris Dickens Date: Sun, 1 Mar 2015 01:03:04 -0800 Subject: [PATCH] Misc: Update README to include Haiku backend Signed-off-by: Chris Dickens --- README | 7 ++++--- libusb/version_nano.h | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README b/README index 31fb706f..9d434f97 100644 --- 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 diff --git a/libusb/version_nano.h b/libusb/version_nano.h index 1d333053..8834b259 100644 --- a/libusb/version_nano.h +++ b/libusb/version_nano.h @@ -1 +1 @@ -#define LIBUSB_NANO 10964 +#define LIBUSB_NANO 10965