~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-02-05 08:09:05 UTC
  • mfrom: (1.1.12)
  • Revision ID: package-import@ubuntu.com-20120205080905-9ej05rmkibowsm7j
Tags: 3.5.5-1
* New upstream version.
* Rewrite debian/copyright, using DEP-5 and updating for 2012.
* Update manpage.

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,5,0,0
40
 
 PRODUCTVERSION 3,5,0,0
 
39
 FILEVERSION 3,5,5,0
 
40
 PRODUCTVERSION 3,5,5,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.5"
 
58
            VALUE "FileVersion", "3.5.5"
59
59
            VALUE "InternalName", "Stella"
60
 
            VALUE "LegalCopyright", "Copyright (C) 1995-2011 The Stella Team"
 
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.5"
 
63
            VALUE "ProductVersion", "3.5.5"
64
64
        END
65
65
    END
66
66
    BLOCK "VarFileInfo"