Pat Thoyts | ce39c2e | 2012-05-24 00:56:24 +0100 | [diff] [blame] | 1 | 1 VERSIONINFO |
Johannes Schindelin | 39bb86b | 2017-10-30 18:19:42 +0100 | [diff] [blame] | 2 | FILEVERSION MAJOR,MINOR,MICRO,PATCHLEVEL |
| 3 | PRODUCTVERSION MAJOR,MINOR,MICRO,PATCHLEVEL |
Pat Thoyts | ce39c2e | 2012-05-24 00:56:24 +0100 | [diff] [blame] | 4 | BEGIN |
| 5 | BLOCK "StringFileInfo" |
| 6 | BEGIN |
| 7 | BLOCK "040904b0" /* LANG_ENGLISH/SUBLANG_ENGLISH_US, Unicode CP */ |
| 8 | BEGIN |
| 9 | VALUE "CompanyName", "The Git Development Community\0" |
| 10 | VALUE "FileDescription", "Git for Windows\0" |
| 11 | VALUE "InternalName", "git\0" |
| 12 | VALUE "OriginalFilename", "git.exe\0" |
| 13 | VALUE "ProductName", "Git\0" |
| 14 | VALUE "ProductVersion", GIT_VERSION "\0" |
| 15 | END |
| 16 | END |
| 17 | |
| 18 | BLOCK "VarFileInfo" |
| 19 | BEGIN |
| 20 | VALUE "Translation", 0x409, 1200 |
| 21 | END |
| 22 | END |
Cesar Eduardo Barros | fe90397 | 2019-06-27 01:49:33 -0700 | [diff] [blame] | 23 | |
| 24 | 1 RT_MANIFEST "compat/win32/git.manifest" |