summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.private/README.txt2
-rw-r--r--libusb/version.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/.private/README.txt b/.private/README.txt
index 579f25a..1a28311 100644
--- a/.private/README.txt
+++ b/.private/README.txt
@@ -2,4 +2,4 @@ This directory contains private internal scripts used by the libusbx
project project maintainers.
These scripts are not intended for general usage and will not be
-exported when producing release archives. \ No newline at end of file
+exported when producing release archives.
diff --git a/libusb/version.h b/libusb/version.h
index d62ec8a..956fcc4 100644
--- a/libusb/version.h
+++ b/libusb/version.h
@@ -9,7 +9,7 @@
#define LIBUSB_MICRO 10
#endif
#ifndef LIBUSB_NANO
-#define LIBUSB_NANO 10472
+#define LIBUSB_NANO 10473
#endif
/* LIBUSB_RC is the release candidate suffix. Should normally be empty. */
#ifndef LIBUSB_RC