Autotools: Add bootstrap.sh
[libusbx.git] / libusb / version.h
blob5fd671945d754b20fe08c7c92aaf6645a396c4c9
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 10
10 #endif
11 #ifndef LIBUSB_NANO
12 #define LIBUSB_NANO 10487
13 #endif
14 /* LIBUSB_RC is the release candidate suffix. Should normally be empty. */
15 #ifndef LIBUSB_RC
16 #define LIBUSB_RC ""
17 #endif