libusb
version.h
00001 /* This file is parsed by m4 and windres and RC.EXE so please keep it simple. */
00002 #ifndef LIBUSB_MAJOR
00003 #define LIBUSB_MAJOR 1
00004 #endif
00005 #ifndef LIBUSB_MINOR
00006 #define LIBUSB_MINOR 0
00007 #endif
00008 #ifndef LIBUSB_MICRO
00009 #define LIBUSB_MICRO 8
00010 #endif
00011 /* LIBUSB_NANO may be used for Windows internal versioning. 0 means unused. */
00012 #ifndef LIBUSB_NANO
00013 #define LIBUSB_NANO 0
00014 #endif