blob: 8fccd3587e04397f5ff512396e0581b822e956d0 [file] [log] [blame]
Peter Stuge85a14f42011-05-09 08:12:24 +02001/* This file is parsed by m4 and windres and RC.EXE so please keep it simple. */
Pete Batarda2212712012-05-10 15:56:51 +01002#include "version_nano.h"
Peter Stuge85a14f42011-05-09 08:12:24 +02003#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 Hjelmacaa8062019-04-05 12:15:48 -060010#define LIBUSB_MICRO 23
Peter Stuge85a14f42011-05-09 08:12:24 +020011#endif
Peter Stuge85a14f42011-05-09 08:12:24 +020012#ifndef LIBUSB_NANO
Pete Batarda2212712012-05-10 15:56:51 +010013#define LIBUSB_NANO 0
Peter Stuge85a14f42011-05-09 08:12:24 +020014#endif
Peter Stugecbc2d7b2011-09-15 16:48:35 +020015/* LIBUSB_RC is the release candidate suffix. Should normally be empty. */
16#ifndef LIBUSB_RC
Nathan Hjelme782eeb2019-08-28 13:56:18 -070017#define LIBUSB_RC ""
Peter Stugecbc2d7b2011-09-15 16:48:35 +020018#endif