eXpand your USB potential
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 11
00010 #endif
00011 #ifndef LIBUSB_NANO
00012 #define LIBUSB_NANO 10499
00013 #endif
00014 /* LIBUSB_RC is the release candidate suffix. Should normally be empty. */
00015 #ifndef LIBUSB_RC
00016 #define LIBUSB_RC ""
00017 #endif