Peter Stuge | 85a14f4 | 2011-05-09 08:12:24 +0200 | [diff] [blame] | 1 | /* This file is parsed by m4 and windres and RC.EXE so please keep it simple. */ |
Pete Batard | a221271 | 2012-05-10 15:56:51 +0100 | [diff] [blame] | 2 | #include "version_nano.h" |
Peter Stuge | 85a14f4 | 2011-05-09 08:12:24 +0200 | [diff] [blame] | 3 | #ifndef LIBUSB_MAJOR |
| 4 | #define LIBUSB_MAJOR 1 |
| 5 | #endif |
| 6 | #ifndef LIBUSB_MINOR |
| 7 | #define LIBUSB_MINOR 0 |
| 8 | #endif |
| 9 | #ifndef LIBUSB_MICRO |
Nathan Hjelm | acaa806 | 2019-04-05 12:15:48 -0600 | [diff] [blame] | 10 | #define LIBUSB_MICRO 23 |
Peter Stuge | 85a14f4 | 2011-05-09 08:12:24 +0200 | [diff] [blame] | 11 | #endif |
Peter Stuge | 85a14f4 | 2011-05-09 08:12:24 +0200 | [diff] [blame] | 12 | #ifndef LIBUSB_NANO |
Pete Batard | a221271 | 2012-05-10 15:56:51 +0100 | [diff] [blame] | 13 | #define LIBUSB_NANO 0 |
Peter Stuge | 85a14f4 | 2011-05-09 08:12:24 +0200 | [diff] [blame] | 14 | #endif |
Peter Stuge | cbc2d7b | 2011-09-15 16:48:35 +0200 | [diff] [blame] | 15 | /* LIBUSB_RC is the release candidate suffix. Should normally be empty. */ |
| 16 | #ifndef LIBUSB_RC |
Nathan Hjelm | e782eeb | 2019-08-28 13:56:18 -0700 | [diff] [blame] | 17 | #define LIBUSB_RC "" |
Peter Stuge | cbc2d7b | 2011-09-15 16:48:35 +0200 | [diff] [blame] | 18 | #endif |