From: Ludovic Rousseau Date: Thu, 3 Mar 2016 20:50:15 +0000 (+0100) Subject: README.md: add AppVeyor badge X-Git-Tag: upstream/1.0.21~66 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fb2b6b2a92a41706a7d4ef4734aba7849c84cdf8;hp=fc2840f61b89f7805f70b131e5a5dd822ddb00b7;p=platform%2Fupstream%2Flibusb.git README.md: add AppVeyor badge Signed-off-by: Ludovic Rousseau --- diff --git a/README.md b/README.md index 2da689a..3da8012 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # libusb [![Build Status](https://travis-ci.org/libusb/libusb.svg?branch=master)](https://travis-ci.org/libusb/libusb) +[![Build status](https://ci.appveyor.com/api/projects/status/3qvcj8uceo1bylik?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, diff --git a/libusb/version_nano.h b/libusb/version_nano.h index 1017966..21a637d 100644 --- a/libusb/version_nano.h +++ b/libusb/version_nano.h @@ -1 +1 @@ -#define LIBUSB_NANO 11090 +#define LIBUSB_NANO 11089