~ubuntu-branches/ubuntu/karmic/libsdl1.2/karmic

« back to all changes in this revision

Viewing changes to src/main/win32/version.rc

  • Committer: Bazaar Package Importer
  • Author(s): Steve Kowalik
  • Date: 2008-01-05 14:10:45 UTC
  • mto: (2.1.3 lenny)
  • mto: This revision was merged to the branch mainline in revision 16.
  • Revision ID: james.westby@ubuntu.com-20080105141045-mjdg2rp09mamme4a
Tags: upstream-1.2.13
Import upstream version 1.2.13

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#define APSTUDIO_READONLY_SYMBOLS
2
 
#include "afxres.h"
3
 
#undef APSTUDIO_READONLY_SYMBOLS
 
1
 
 
2
#include "winresrc.h"
4
3
 
5
4
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
6
5
 
10
9
//
11
10
 
12
11
VS_VERSION_INFO VERSIONINFO
13
 
 FILEVERSION 1,2,12,0
14
 
 PRODUCTVERSION 1,2,12,0
 
12
 FILEVERSION 1,2,13,0
 
13
 PRODUCTVERSION 1,2,13,0
15
14
 FILEFLAGSMASK 0x3fL
16
15
 FILEFLAGS 0x0L
17
16
 FILEOS 0x40004L
24
23
        BEGIN
25
24
            VALUE "CompanyName", "\0"
26
25
            VALUE "FileDescription", "SDL\0"
27
 
            VALUE "FileVersion", "1, 2, 12, 0\0"
 
26
            VALUE "FileVersion", "1, 2, 13, 0\0"
28
27
            VALUE "InternalName", "SDL\0"
29
28
            VALUE "LegalCopyright", "Copyright � 2007 Sam Lantinga\0"
30
29
            VALUE "OriginalFilename", "SDL.dll\0"
31
30
            VALUE "ProductName", "Simple DirectMedia Layer\0"
32
 
            VALUE "ProductVersion", "1, 2, 12, 0\0"
 
31
            VALUE "ProductVersion", "1, 2, 13, 0\0"
33
32
        END
34
33
    END
35
34
    BLOCK "VarFileInfo"