From 6afe7acdc52fe735fe47a075e5e098198c5743a0 Mon Sep 17 00:00:00 2001 From: Sven Strickroth Date: Mon, 22 Oct 2018 20:49:29 +0200 Subject: [PATCH] Make sure header file doesn't start with a macro definition This is necessary, so that the UTF8 BOM is not on the same line as a define. Signed-off-by: Sven Strickroth --- src/version.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/version.h b/src/version.h index 860406860..75a1111fe 100644 --- a/src/version.h +++ b/src/version.h @@ -1,3 +1,7 @@ +// TortoiseGit - a Windows shell extension for easy version control + +// Copyright (C) 2008-2018 - TortoiseGit + #define FILEVER 2,7,0,0 #define PRODUCTVER FILEVER #define STRFILEVER "2.7.0.0" -- 2.11.4.GIT