blob: 502750f2ce524a140a9aaee22fb2d096c7907da3 (
plain)
1
2
3
4
5
6
7
8
|
#define VERSION "0.15.2"
// adjust or comment the following lines to reflect your configuration
#if defined(Q_OS_WIN)
# define LIBUSB_VERSION "0.1.12.1"
#else
# define LIBUSB_VERSION "0.1.8"
#endif
|