~ubuntu-branches/debian/squeeze/warzone2100/squeeze

« back to all changes in this revision

Viewing changes to win32/warzone2100.rc

  • Committer: Bazaar Package Importer
  • Author(s): Paul Wise
  • Date: 2008-12-22 18:40:33 UTC
  • mfrom: (1.2.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20081222184033-djzsam4hegeg4x4m
Tags: 2.1.0-1
* New upstream release
  - Is a stable release, it can be let into testing (Closes: #458275)
  - Uses right texture size for intel GPUs (Closes: #472403, LP: #241458)
* Drop README.Debian because the issues are fixed (see above)
* Don't recommend rejected community music, it is unlikely to return.
* Improve the package description with feedback from upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
//
5
5
 
6
6
1 VERSIONINFO
7
 
 FILEVERSION 2,0,997,0
8
 
 PRODUCTVERSION 2,0,997,0
 
7
 FILEVERSION 2,1,0,0
 
8
 PRODUCTVERSION 2,1,0,0
9
9
 FILEFLAGSMASK 0x0L
10
10
#ifdef _DEBUG
11
11
 FILEFLAGS 0x1L
22
22
                BEGIN
23
23
                        VALUE "CompanyName", "Warzone Resurrection Project"
24
24
                        VALUE "FileDescription", "Warzone 2100"
25
 
                        VALUE "FileVersion", "2.1 release candidate 2"
 
25
                        VALUE "FileVersion", "2.1"
26
26
                        VALUE "InternalName", "Warzone 2100"
27
27
                        VALUE "LegalCopyright", "Copyright � 2005-2008 Warzone Resurrection Project"
28
28
                        VALUE "OriginalFilename", "warzone2100.exe"
29
29
                        VALUE "ProductName", "Warzone 2100"
30
 
                        VALUE "ProductVersion", "2.1 release candidate 2"
 
30
                        VALUE "ProductVersion", "2.1"
31
31
                END
32
32
        END
33
33
        BLOCK "VarFileInfo"