Increment LIBUSB_API_VERSION for next release
authorChris Dickens <christopher.a.dickens@gmail.com>
Mon, 13 Jan 2020 21:12:40 +0000 (13:12 -0800)
committerChris Dickens <christopher.a.dickens@gmail.com>
Mon, 13 Jan 2020 21:12:40 +0000 (13:12 -0800)
Signed-off-by: Chris Dickens <christopher.a.dickens@gmail.com>
libusb/libusb.h
libusb/version_nano.h

index 48d598d..8f3ac35 100644 (file)
@@ -149,7 +149,7 @@ typedef unsigned __int32  uint32_t;
  * Internally, LIBUSB_API_VERSION is defined as follows:
  * (libusb major << 24) | (libusb minor << 16) | (16 bit incremental)
  */
-#define LIBUSB_API_VERSION 0x01000107
+#define LIBUSB_API_VERSION 0x01000108
 
 /* The following is kept for compatibility, but will be deprecated in the future */
 #define LIBUSBX_API_VERSION LIBUSB_API_VERSION
index bf39e2b..21398db 100644 (file)
@@ -1 +1 @@
-#define LIBUSB_NANO 11423
+#define LIBUSB_NANO 11424