From cedfca68a8ca74054182cb44e7fef3b0638d0033 Mon Sep 17 00:00:00 2001 From: Hans de Goede Date: Wed, 15 May 2013 16:19:02 +0200 Subject: [PATCH] Add INSTALL_WIN.txt eol=crlf to .gitattributes Signed-off-by: Hans de Goede --- .gitattributes | 1 + libusb/version_nano.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 8aaef44..fa0f57d 100644 --- a/.gitattributes +++ b/.gitattributes @@ -8,3 +8,4 @@ *.vcxproj* eol=crlf .gitattributes export-ignore .gitignore export-ignore +INSTALL_WIN.txt eol=crlf diff --git a/libusb/version_nano.h b/libusb/version_nano.h index 878aac1..1587ba8 100644 --- a/libusb/version_nano.h +++ b/libusb/version_nano.h @@ -1 +1 @@ -#define LIBUSB_NANO 10666 +#define LIBUSB_NANO 10667