summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Rousseau <ludovic.rousseau+github@gmail.com>2012-04-14 09:22:15 +0200
committerPete Batard <pete@akeo.ie>2012-04-15 01:10:21 +0100
commit1fb1c9761e714fcf8a76e0cbcf572fd2e1499f14 (patch)
tree333bf4be6f2986c1293d85a185630d3a19421435
parentf0dfc40ad3304604605b6414e123d1452874222c (diff)
downloadlibusb-1fb1c9761e714fcf8a76e0cbcf572fd2e1499f14.tar.gz
Misc: Add a missing newline at end of .private/README.txt
-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