Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Tweak version info |
---|---|
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
ee00fb9b6c850e05249cd4ca8cc2bd2d |
User & Date: | kevin 2016-08-25 03:21:57 |
Context
2016-08-26
| ||
02:48 | Fix version data in exe check-in: 056c09a01e user: kevin tags: trunk | |
2016-08-25
| ||
03:21 | Tweak version info check-in: ee00fb9b6c user: kevin tags: trunk | |
2016-05-03
| ||
02:34 | Update main script check-in: 88faec51c7 user: kevin tags: trunk | |
Changes
Changes to versioninfo.rc.
1 2 3 4 5 6 7 8 9 10 11 | 1 VERSIONINFO FILEVERSION 2, 6, 0, 0 PRODUCTVERSION 2, 6, 0, 0 FILEOS 4 FILETYPE 1 { BLOCK "StringFileInfo" { BLOCK "040904E4" { VALUE "FileDescription", "File modification tool" VALUE "OriginalFilename", "FileMorph" VALUE "CompanyName", "WordTech Communications LLC" | | | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | 1 VERSIONINFO FILEVERSION 2, 6, 0, 0 PRODUCTVERSION 2, 6, 0, 0 FILEOS 4 FILETYPE 1 { BLOCK "StringFileInfo" { BLOCK "040904E4" { VALUE "FileDescription", "File modification tool" VALUE "OriginalFilename", "FileMorph" VALUE "CompanyName", "WordTech Communications LLC" VALUE "FileVersion", "2.7.0" VALUE "LegalCopyright", "(c) 2016 WordTech Communications LLc" VALUE "ProductName", "FileMorph" VALUE "ProductVersion", "2.7.0" } } BLOCK "VarFileInfo" { VALUE "Translation", 0x409, 1252 } } |