filemorph

Check-in [056c09a01e]
Login

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

Overview
Comment:Fix version data in exe
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 056c09a01e24e38fffcb080d3cbd1082f905f13d
User & Date: kevin 2016-08-26 02:48:10
Context
2017-01-14
02:57
Changes for SSL update mechanism, minor UI tweaks check-in: da04ca82e0 user: kevin tags: trunk
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
Changes
Hide Diffs Unified Diffs Ignore Whitespace Patch

Changes to versioninfo.rc.

1
2
3
4
5
6
7
8
9
10
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"

|
|







1
2
3
4
5
6
7
8
9
10
1 VERSIONINFO
FILEVERSION 2, 7, 0, 0
PRODUCTVERSION 2, 7, 0, 0
FILEOS 4
FILETYPE 1
{
    BLOCK "StringFileInfo" {
        BLOCK "040904E4" {
            VALUE "FileDescription", "File modification tool"
            VALUE "OriginalFilename", "FileMorph"