TextSweep

Check-in [36fcf654ab]
Login

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

Overview
Comment:Update rev for Windows
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 36fcf654ab564c1e3228cbd0763d3c91b878d642
User & Date: kevin 2017-04-24 12:30:25
Context
2017-04-24
12:33
More update for Windows check-in: 2262a3b031 user: kevin tags: trunk
12:30
Update rev for Windows check-in: 36fcf654ab user: kevin tags: trunk
02:39
Revbump for new release on Mac and Windows check-in: 3ea9fda8c7 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 3, 1, 0, 0
PRODUCTVERSION 3, 1, 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", "3.1.0"
            VALUE "LegalCopyright", "(c) 2017 WordTech Communications LLc"
            VALUE "ProductName", "TextSweep"
            VALUE "ProductVersion", "3.1.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 3, 2, 0, 0
PRODUCTVERSION 3, 2, 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", "3.2.0"
            VALUE "LegalCopyright", "(c) 2017 WordTech Communications LLc"
            VALUE "ProductName", "TextSweep"
            VALUE "ProductVersion", "3.2.0"
        }
    }
    BLOCK "VarFileInfo" {
        VALUE "Translation", 0x409, 1252
    }
}