1/* This file is parsed by m4 and windres and RC.EXE so please keep it simple. */
2#ifndef LIBUSB_MAJOR
3#define LIBUSB_MAJOR 1
4#endif
5#ifndef LIBUSB_MINOR
6#define LIBUSB_MINOR 0
7#endif
8#ifndef LIBUSB_MICRO
9#define LIBUSB_MICRO 9
10#endif
11/* LIBUSB_NANO may be used for Windows internal versioning. 0 means unused. */
12#ifndef LIBUSB_NANO
13#define LIBUSB_NANO 0
14#endif
15/* LIBUSB_RC is the release candidate suffix. Should normally be empty. */
16#ifndef LIBUSB_RC
17#define LIBUSB_RC ""
18#endif
19