~ubuntu-branches/ubuntu/karmic/opensc/karmic-updates

« back to all changes in this revision

Viewing changes to src/scconf/versioninfo.rc

  • Committer: Bazaar Package Importer
  • Author(s): Eric Dorland
  • Date: 2009-03-29 03:56:10 UTC
  • mto: (8.2.1 squeeze)
  • mto: This revision was merged to the branch mainline in revision 17.
  • Revision ID: james.westby@ubuntu.com-20090329035610-y7v5a3f0852p4da8
Tags: upstream-0.11.7
ImportĀ upstreamĀ versionĀ 0.11.7

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* This file is processed by configure to create versioninfo.rc */
 
2
/* Every component changes OpenSC Core Library to local string */
 
3
 
 
4
#include <winresrc.h>
 
5
 
 
6
VS_VERSION_INFO VERSIONINFO
 
7
        FILEVERSION 2,0,0,0
 
8
        PRODUCTVERSION 0,11,7,0
 
9
        FILEFLAGSMASK 0x3fL
 
10
#ifdef _DEBUG
 
11
        FILEFLAGS 0x21L
 
12
#else
 
13
        FILEFLAGS 0x20L
 
14
#endif
 
15
        FILEOS 0x40004L
 
16
        FILETYPE 0x1L
 
17
        FILESUBTYPE 0x0L
 
18
BEGIN
 
19
        BLOCK "StringFileInfo"
 
20
        BEGIN
 
21
                BLOCK "040904b0"
 
22
                BEGIN
 
23
                        VALUE "Comments", "Provided under the terms of the GNU General Public License (LGPLv2.1+).\0"
 
24
                        VALUE "CompanyName", "OpenSC Project\0"
 
25
                        VALUE "FileDescription", "OpenSC Core Library\0"
 
26
                        VALUE "FileVersion", "2.0.0.0\0"
 
27
                        VALUE "InternalName", "opensc\0"
 
28
                        VALUE "LegalCopyright", "OpenSC Project\0"
 
29
                        VALUE "LegalTrademarks", "\0"
 
30
                        VALUE "PrivateBuild", "\0"
 
31
                        VALUE "ProductName", "opensc\0"
 
32
                        VALUE "ProductVersion", "0,11,7,0\0"
 
33
                        VALUE "SpecialBuild", "\0"
 
34
                END
 
35
        END
 
36
END
 
37