Blame libusb/version.h

Packit Service b0a153
/* This file is parsed by m4 and windres and RC.EXE so please keep it simple. */
Packit Service b0a153
#include "version_nano.h"
Packit Service b0a153
#ifndef LIBUSB_MAJOR
Packit Service b0a153
#define LIBUSB_MAJOR 1
Packit Service b0a153
#endif
Packit Service b0a153
#ifndef LIBUSB_MINOR
Packit Service b0a153
#define LIBUSB_MINOR 0
Packit Service b0a153
#endif
Packit Service b0a153
#ifndef LIBUSB_MICRO
Packit Service b0a153
#define LIBUSB_MICRO 23
Packit Service b0a153
#endif
Packit Service b0a153
#ifndef LIBUSB_NANO
Packit Service b0a153
#define LIBUSB_NANO 0
Packit Service b0a153
#endif
Packit Service b0a153
/* LIBUSB_RC is the release candidate suffix. Should normally be empty. */
Packit Service b0a153
#ifndef LIBUSB_RC
Packit Service b0a153
#define LIBUSB_RC ""
Packit Service b0a153
#endif