fast-import: use skip_prefix for parsing input
[git.git] / git.rc
blob33aafb786cf7f73eb7d4a769e585cb958999e68a
1 1 VERSIONINFO
2 FILEVERSION     MAJOR,MINOR,0,0
3 PRODUCTVERSION  MAJOR,MINOR,0,0
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
18   BLOCK "VarFileInfo"
19   BEGIN
20     VALUE "Translation", 0x409, 1200
21   END
22 END