summaryrefslogtreecommitdiff
path: root/libusb/version.h
diff options
context:
space:
mode:
Diffstat (limited to 'libusb/version.h')
-rw-r--r--libusb/version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libusb/version.h b/libusb/version.h
index e59dfcb..a67be48 100644
--- a/libusb/version.h
+++ b/libusb/version.h
@@ -9,9 +9,9 @@
#define LIBUSB_MICRO 11
#endif
#ifndef LIBUSB_NANO
-#define LIBUSB_NANO 10498
+#define LIBUSB_NANO 10499
#endif
/* LIBUSB_RC is the release candidate suffix. Should normally be empty. */
#ifndef LIBUSB_RC
-#define LIBUSB_RC "-rc1"
+#define LIBUSB_RC ""
#endif