![]() |
A cross-platform user library to access USB devices
|
00001 /* This file is parsed by m4 and windres and RC.EXE so please keep it simple. */ 00002 #include "version_nano.h" 00003 #ifndef LIBUSB_MAJOR 00004 #define LIBUSB_MAJOR 1 00005 #endif 00006 #ifndef LIBUSB_MINOR 00007 #define LIBUSB_MINOR 0 00008 #endif 00009 #ifndef LIBUSB_MICRO 00010 #define LIBUSB_MICRO 21 00011 #endif 00012 #ifndef LIBUSB_NANO 00013 #define LIBUSB_NANO 0 00014 #endif 00015 /* LIBUSB_RC is the release candidate suffix. Should normally be empty. */ 00016 #ifndef LIBUSB_RC 00017 #define LIBUSB_RC "" 00018 #endif