You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
574 B
23 lines
574 B
13 years ago
|
1 VERSIONINFO
|
||
|
FILEVERSION MAJOR,MINOR,PATCH,0
|
||
|
PRODUCTVERSION MAJOR,MINOR,PATCH,0
|
||
|
BEGIN
|
||
|
BLOCK "StringFileInfo"
|
||
|
BEGIN
|
||
|
BLOCK "040904b0" /* LANG_ENGLISH/SUBLANG_ENGLISH_US, Unicode CP */
|
||
|
BEGIN
|
||
|
VALUE "CompanyName", "The Git Development Community\0"
|
||
|
VALUE "FileDescription", "Git for Windows\0"
|
||
|
VALUE "InternalName", "git\0"
|
||
|
VALUE "OriginalFilename", "git.exe\0"
|
||
|
VALUE "ProductName", "Git\0"
|
||
|
VALUE "ProductVersion", GIT_VERSION "\0"
|
||
|
END
|
||
|
END
|
||
|
|
||
|
BLOCK "VarFileInfo"
|
||
|
BEGIN
|
||
|
VALUE "Translation", 0x409, 1200
|
||
|
END
|
||
|
END
|