Misc: Remove comment that no longer makes sense
authorChris Dickens <christopher.a.dickens@gmail.com>
Sun, 1 Mar 2015 08:51:07 +0000 (00:51 -0800)
committerChris Dickens <christopher.a.dickens@gmail.com>
Sun, 1 Mar 2015 08:51:07 +0000 (00:51 -0800)
Signed-off-by: Chris Dickens <christopher.a.dickens@gmail.com>
libusb/libusb.h
libusb/version_nano.h

index f93d803..0bb8e4c 100644 (file)
@@ -138,9 +138,6 @@ typedef unsigned __int32  uint32_t;
  * #endif
  * \endcode
  *
- * Another feature of LIBUSB_API_VERSION is that it can be used to detect
- * whether you are compiling against the libusb or the libusb library.
- *
  * Internally, LIBUSB_API_VERSION is defined as follows:
  * (libusb major << 24) | (libusb minor << 16) | (16 bit incremental)
  */
index bca840c..1d33305 100644 (file)
@@ -1 +1 @@
-#define LIBUSB_NANO 10963
+#define LIBUSB_NANO 10964