summaryrefslogtreecommitdiff
path: root/libusb/version.h
diff options
context:
space:
mode:
Diffstat (limited to 'libusb/version.h')
-rw-r--r--libusb/version.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libusb/version.h b/libusb/version.h
index a31d435..4a6d028 100644
--- a/libusb/version.h
+++ b/libusb/version.h
@@ -1,4 +1,5 @@
/* This file is parsed by m4 and windres and RC.EXE so please keep it simple. */
+#include "version_nano.h"
#ifndef LIBUSB_MAJOR
#define LIBUSB_MAJOR 1
#endif
@@ -9,7 +10,7 @@
#define LIBUSB_MICRO 11
#endif
#ifndef LIBUSB_NANO
-#define LIBUSB_NANO 10502
+#define LIBUSB_NANO 0
#endif
/* LIBUSB_RC is the release candidate suffix. Should normally be empty. */
#ifndef LIBUSB_RC