From 39bb86b4e51a209e2bca765eab50eaffae56e527 Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Mon, 30 Oct 2017 18:19:42 +0100 Subject: mingw: include the full version information in the resources This fixes https://github.com/git-for-windows/git/issues/723 Signed-off-by: Johannes Schindelin Signed-off-by: Junio C Hamano --- git.rc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'git.rc') diff --git a/git.rc b/git.rc index 33aafb786c..49002e0d54 100644 --- a/git.rc +++ b/git.rc @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION MAJOR,MINOR,0,0 -PRODUCTVERSION MAJOR,MINOR,0,0 +FILEVERSION MAJOR,MINOR,MICRO,PATCHLEVEL +PRODUCTVERSION MAJOR,MINOR,MICRO,PATCHLEVEL BEGIN BLOCK "StringFileInfo" BEGIN -- cgit v1.2.3