aboutsummaryrefslogtreecommitdiff
path: root/git.rc
diff options
context:
space:
mode:
authorJohannes Schindelin <johannes.schindelin@gmx.de>2017-10-30 18:19:42 +0100
committerJunio C Hamano <gitster@pobox.com>2017-11-01 13:43:52 +0900
commit39bb86b4e51a209e2bca765eab50eaffae56e527 (patch)
tree718c1bb7dc1bc3bc45c8387a427391f27e43b294 /git.rc
parentfc849d8d6b90e5c1e0c37bc0d60dd92b2fe7347f (diff)
downloadgit-39bb86b4e51a209e2bca765eab50eaffae56e527.tar.gz
git-39bb86b4e51a209e2bca765eab50eaffae56e527.tar.xz
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 <johannes.schindelin@gmx.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'git.rc')
-rw-r--r--git.rc4
1 files changed, 2 insertions, 2 deletions
diff --git a/git.rc b/git.rc
index 33aafb786..49002e0d5 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