From fc00bb7f4b523c1ac45e8d042354510691d231eb Mon Sep 17 00:00:00 2001 From: Sean McBride Date: Fri, 29 Dec 2017 12:50:15 -0500 Subject: [PATCH] Misc: Replace "Mac OS X" with "macOS", its current name Signed-off-by: Chris Dickens --- README.md | 2 +- libusb/version_nano.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a152e18..0e7228a 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![Build status](https://ci.appveyor.com/api/projects/status/xvrfam94jii4a6lw?svg=true)](https://ci.appveyor.com/project/LudovicRousseau/libusb) [![Coverity Scan Build Status](https://scan.coverity.com/projects/2180/badge.svg)](https://scan.coverity.com/projects/libusb-libusb) -libusb is a library for USB device access from Linux, Mac OS X, +libusb is a library for USB device access from Linux, macOS, 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 diff --git a/libusb/version_nano.h b/libusb/version_nano.h index 51876c7..acd3c30 100644 --- a/libusb/version_nano.h +++ b/libusb/version_nano.h @@ -1 +1 @@ -#define LIBUSB_NANO 11276 +#define LIBUSB_NANO 11277 -- 2.7.4