956fcc48b36cce53e46bb8eacc67271e63250f11
[platform/upstream/libusb.git] / libusb / version.h
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 10473
13 #endif
14 /* LIBUSB_RC is the release candidate suffix. Should normally be empty. */
15 #ifndef LIBUSB_RC
16 #define LIBUSB_RC "-rc1"
17 #endif