TextSweep

Check-in [ca258071a1]
Login

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

Overview
Comment:Update version info for Win
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: ca258071a126fa3b0075693b8017de07ae18ba71
User & Date: kevin 2018-02-24 22:31:38
Context
2018-02-24
22:50
Windows mods check-in: d0684967fe user: kevin tags: trunk
22:31
Update version info for Win check-in: ca258071a1 user: kevin tags: trunk
18:48
Refresh Windows build check-in: d7e7b3b791 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 4, 0, 0, 0
PRODUCTVERSION 4, 0, 0, 0
FILEOS 4
FILETYPE 1
{
    BLOCK "StringFileInfo" {
        BLOCK "040904E4" {
            VALUE "FileDescription", "Powerful search and replace"
            VALUE "OriginalFilename", "TextSweep"
            VALUE "CompanyName", "WordTech Communications LLC"
            VALUE "FileVersion", "4.0.0"
            VALUE "LegalCopyright", "(c) 2018 WordTech Communications LLc"
            VALUE "ProductName", "TextSweep"
            VALUE "ProductVersion", "4.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 4, 0, 0, 0
PRODUCTVERSION 4, 0, 0, 0
FILEOS 4
FILETYPE 1
{
    BLOCK "StringFileInfo" {
        BLOCK "040904E4" {
            VALUE "FileDescription", "Powerful search and replace"
            VALUE "OriginalFilename", "TextSweep"
            VALUE "CompanyName", "WordTech Communications LLC"
            VALUE "FileVersion", "4.1.0"
            VALUE "LegalCopyright", "(c) 2018 WordTech Communications LLc"
            VALUE "ProductName", "TextSweep"
            VALUE "ProductVersion", "4.1.0"
        }
    }
    BLOCK "VarFileInfo" {
        VALUE "Translation", 0x409, 1252
    }
}