From d190bd7887ba7aba5949704592d5a18680e8a2df Mon Sep 17 00:00:00 2001 From: Pete Batard Date: Mon, 7 May 2012 00:05:36 +0100 Subject: libusbx 1.0.11-rc1 --- libusb/version.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libusb/version.h') diff --git a/libusb/version.h b/libusb/version.h index deb8bb6..18a8f90 100644 --- a/libusb/version.h +++ b/libusb/version.h @@ -6,12 +6,12 @@ #define LIBUSB_MINOR 0 #endif #ifndef LIBUSB_MICRO -#define LIBUSB_MICRO 10 +#define LIBUSB_MICRO 11 #endif #ifndef LIBUSB_NANO -#define LIBUSB_NANO 10493 +#define LIBUSB_NANO 10494 #endif /* LIBUSB_RC is the release candidate suffix. Should normally be empty. */ #ifndef LIBUSB_RC -#define LIBUSB_RC "" +#define LIBUSB_RC "-rc1" #endif -- cgit v1.2.1