diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..9793ee465 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +*.sln eol=crlf +*.vcproj eol=crlf +*.vcxproj* eol=crlf diff --git a/.gitignore b/.gitignore index 853e2948a..faa601dd8 100644 --- a/.gitignore +++ b/.gitignore @@ -26,6 +26,7 @@ build tags TAGS !.gitignore +!.gitattributes # # Build generated files diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 3ae5aa906..49342a67e 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "11285" + #define REVISION_NR "11286" #endif // __REVISION_NR_H__