Bump libusb API version for next release
authorNathan Hjelm <hjelmn@lanl.gov>
Wed, 5 Dec 2018 17:52:08 +0000 (10:52 -0700)
committerNathan Hjelm <hjelmn@lanl.gov>
Wed, 5 Dec 2018 17:52:08 +0000 (10:52 -0700)
Signed-off-by: Nathan Hjelm <hjelmn@lanl.gov>
libusb/libusb.h
libusb/version_nano.h

index 08d8487..a81209a 100644 (file)
@@ -3,7 +3,7 @@
  * Copyright © 2001 Johannes Erdfelt <johannes@erdfelt.com>
  * Copyright © 2007-2008 Daniel Drake <dsd@gentoo.org>
  * Copyright © 2012 Pete Batard <pete@akeo.ie>
- * Copyright © 2012 Nathan Hjelm <hjelmn@cs.unm.edu>
+ * Copyright © 2012-2018 Nathan Hjelm <hjelmn@cs.unm.edu>
  * For more information, please visit: http://libusb.info
  *
  * This library is free software; you can redistribute it and/or
@@ -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 0x01000106
+#define LIBUSB_API_VERSION 0x01000107
 
 /* The following is kept for compatibility, but will be deprecated in the future */
 #define LIBUSBX_API_VERSION LIBUSB_API_VERSION
index f1c839d..e70ddbf 100644 (file)
@@ -1 +1 @@
-#define LIBUSB_NANO 11327
+#define LIBUSB_NANO 11328