]> git.tdb.fi Git - ext/subsurface.git/blob - packaging/windows/subsurface.rc
Apply sort functions to the correct model, don't select summary entries
[ext/subsurface.git] / packaging / windows / subsurface.rc
1 1 VERSIONINFO
2 FILEVERSION     1,1,0,0
3 PRODUCTVERSION  1,1,0,0
4 BEGIN
5   BLOCK "StringFileInfo"
6   BEGIN
7     BLOCK "080904E4"
8     BEGIN
9       VALUE "CompanyName", "subsurface team"
10       VALUE "FileDescription", "subsurface dive log"
11       VALUE "FileVersion", "1.1"
12       VALUE "InternalName", "subsurface"
13       VALUE "LegalCopyright", "Linus Torvalds, Dirk Hohndel and others"
14       VALUE "OriginalFilename", "subsurface.exe"
15       VALUE "ProductName", "subsurface"
16       VALUE "ProductVersion", "1.1"
17     END
18   END
19
20   BLOCK "VarFileInfo"
21   BEGIN
22     VALUE "Translation", 0x809, 1252
23   END
24 END
25 ID ICON "subsurface.ico"