From 1624d8d855633bf19853873a1c88ebe7a8459005 Mon Sep 17 00:00:00 2001 From: Chris Dickens Date: Thu, 25 Feb 2016 14:13:43 -0800 Subject: [PATCH] Misc: Link README to README.md to satisfy autotools Signed-off-by: Chris Dickens --- README | 1 + libusb/version_nano.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 120000 README diff --git a/README b/README new file mode 120000 index 0000000..42061c0 --- /dev/null +++ b/README @@ -0,0 +1 @@ +README.md \ No newline at end of file diff --git a/libusb/version_nano.h b/libusb/version_nano.h index 269847e..8c98404 100644 --- a/libusb/version_nano.h +++ b/libusb/version_nano.h @@ -1 +1 @@ -#define LIBUSB_NANO 11070 +#define LIBUSB_NANO 11071