~ubuntu-branches/ubuntu/lucid/xml-security-c/lucid

« back to all changes in this revision

Viewing changes to src/framework/version.rc

  • Committer: Bazaar Package Importer
  • Author(s): Russ Allbery
  • Date: 2009-08-05 14:11:52 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20090805141152-a7xyrgur2sq3exkr
Tags: 1.5.1-1
* New upstream release.
  - Rename library package for upstream SONAME bump.
* Upstream now ships an older version of libtool, so run libtoolize and
  aclocal before the build.  Add build dependencies on automake and
  libtool.
* Build against Xerces-C 3.0.
* Stop building against Xalan.  The Xalan packages for Debian have been
  orphaned, the current Xalan release does not support Xerces-C 3.0, and
  porting it is not trivial.

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
//
55
55
 
56
56
VS_VERSION_INFO VERSIONINFO
57
 
 FILEVERSION 1,4,0,0
58
 
 PRODUCTVERSION 1,4,0,0
 
57
 FILEVERSION 1,5,1,0
 
58
 PRODUCTVERSION 1,5,1,0
59
59
 FILEFLAGSMASK 0x3fL
60
60
#ifdef _DEBUG
61
61
 FILEFLAGS 0x1L
73
73
            VALUE "Comments", "\0"
74
74
            VALUE "CompanyName", "The Apache Software Foundation\0"
75
75
            VALUE "FileDescription", "XML Security C++ Library\0"
76
 
            VALUE "FileVersion", "1, 4, 0, 0\0"
 
76
            VALUE "FileVersion", "1, 5, 1, 0\0"
77
77
#ifdef _DEBUG
78
 
            VALUE "InternalName", "xsec_1_4_0D\0"
 
78
            VALUE "InternalName", "xsec_1_5D\0"
79
79
#else
80
 
            VALUE "InternalName", "xsec_1_4_0\0"
 
80
            VALUE "InternalName", "xsec_1_5\0"
81
81
#endif
82
 
            VALUE "LegalCopyright", "Copyright � 2002-2007 The Apache Software Foundation\0"
 
82
            VALUE "LegalCopyright", "Copyright � 2002-2009 The Apache Software Foundation\0"
83
83
            VALUE "LegalTrademarks", "\0"
84
84
#ifdef _DEBUG
85
 
            VALUE "OriginalFilename", "xsec_1_4_0D.dll\0"
 
85
            VALUE "OriginalFilename", "xsec_1_5D.dll\0"
86
86
#else
87
 
            VALUE "OriginalFilename", "xsec_1_4_0.dll\0"
 
87
            VALUE "OriginalFilename", "xsec_1_5.dll\0"
88
88
#endif
89
89
            VALUE "PrivateBuild", "\0"
90
90
            VALUE "ProductName", "XML-Security-C - C++ XML Security Library\0"
91
 
            VALUE "ProductVersion", "1, 4, 0, 0\0"
 
91
            VALUE "ProductVersion", "1, 5, 1, 0\0"
92
92
            VALUE "SpecialBuild", "\0"
93
93
        END
94
94
    END