QuickWho

Check-in [cdde514eee]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Final Win tweaks
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: cdde514eee7a4dd1d3b38561ae8765d9147650df
User & Date: kevin 2017-03-04 04:42:20
Context
2017-03-04
04:47
Minor win tweaks check-in: 03f2f507b2 user: kevin tags: trunk
04:42
Final Win tweaks check-in: cdde514eee user: kevin tags: trunk
03:18
Final updates for Windows check-in: 54d49c6d8a user: kevin tags: trunk
Changes
Hide Diffs Unified Diffs Ignore Whitespace Patch

Changes to versioninfo.rc.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
1 VERSIONINFO
FILEVERSION 6, 0, 0, 0
PRODUCTVERSION 6, 0, 0, 0
FILEOS 4
FILETYPE 1
{
    BLOCK "StringFileInfo" {
        BLOCK "040904E4" {
            VALUE "FileDescription", "Internet domain information, with style"
            VALUE "OriginalFilename", "QuickWho"
            VALUE "CompanyName", "WordTech Communications LLC"
            VALUE "FileVersion", "6.0.0"
            VALUE "LegalCopyright", "(c) 2016 WordTech Communications LLc"
            VALUE "ProductName", "QuickWho"
            VALUE "ProductVersion", "6.0.0"
        }
    }
    BLOCK "VarFileInfo" {
        VALUE "Translation", 0x409, 1252
    }
}











|
|

|






1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
1 VERSIONINFO
FILEVERSION 6, 0, 0, 0
PRODUCTVERSION 6, 0, 0, 0
FILEOS 4
FILETYPE 1
{
    BLOCK "StringFileInfo" {
        BLOCK "040904E4" {
            VALUE "FileDescription", "Internet domain information, with style"
            VALUE "OriginalFilename", "QuickWho"
            VALUE "CompanyName", "WordTech Communications LLC"
            VALUE "FileVersion", "6.1.0"
            VALUE "LegalCopyright", "(c) 2017 WordTech Communications LLC"
            VALUE "ProductName", "QuickWho"
            VALUE "ProductVersion", "6.1.0"
        }
    }
    BLOCK "VarFileInfo" {
        VALUE "Translation", 0x409, 1252
    }
}