aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/windows/subsurface.rc
blob: af79f6de9735f91d2b720535361cc2aaf296ae30 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
1 VERSIONINFO
FILEVERSION     1,1,0,0
PRODUCTVERSION  1,1,0,0
BEGIN
  BLOCK "StringFileInfo"
  BEGIN
    BLOCK "080904E4"
    BEGIN
      VALUE "CompanyName", "subsurface team"
      VALUE "FileDescription", "subsurface dive log"
      VALUE "FileVersion", "1.1"
      VALUE "InternalName", "subsurface"
      VALUE "LegalCopyright", "Linus Torvalds, Dirk Hohndel and others"
      VALUE "OriginalFilename", "subsurface.exe"
      VALUE "ProductName", "subsurface"
      VALUE "ProductVersion", "1.1"
    END
  END

  BLOCK "VarFileInfo"
  BEGIN
    VALUE "Translation", 0x809, 1252
  END
END
ID ICON "subsurface.ico"