~ubuntu-branches/debian/sid/stella/sid

« back to all changes in this revision

Viewing changes to src/win32/stella.rc

  • Committer: Package Import Robot
  • Author(s): Stephen Kitt
  • Date: 2012-06-09 11:33:23 UTC
  • mfrom: (1.1.16)
  • Revision ID: package-import@ubuntu.com-20120609113323-yphjkck8i3ewiao3
Tags: 3.7.1-1
New upstream version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
//
37
37
 
38
38
VS_VERSION_INFO VERSIONINFO
39
 
 FILEVERSION 3,7,0,0
40
 
 PRODUCTVERSION 3,7,0,0
 
39
 FILEVERSION 3,7,1,0
 
40
 PRODUCTVERSION 3,7,1,0
41
41
 FILEFLAGSMASK 0x3fL
42
42
#ifdef _DEBUG
43
43
 FILEFLAGS 0x1L
55
55
            VALUE "Comments", "The multi-platform Atari 2600 emulator.  Stella is released under the GPLv2."
56
56
            VALUE "CompanyName", "The Stella Team (http://stella.sourceforge.net)"
57
57
            VALUE "FileDescription", "Stella"
58
 
            VALUE "FileVersion", "3.7"
 
58
            VALUE "FileVersion", "3.7.1"
59
59
            VALUE "InternalName", "Stella"
60
60
            VALUE "LegalCopyright", "Copyright (C) 1995-2012 The Stella Team"
61
61
            VALUE "OriginalFilename", "Stella.exe"
62
62
            VALUE "ProductName", "Stella"
63
 
            VALUE "ProductVersion", "3.7"
 
63
            VALUE "ProductVersion", "3.7.1"
64
64
        END
65
65
    END
66
66
    BLOCK "VarFileInfo"