~ubuntu-branches/ubuntu/natty/libxml++2.6/natty

« back to all changes in this revision

Viewing changes to MSVC_Net2008/libxml++/libxml++.rc

  • Committer: Bazaar Package Importer
  • Author(s): Deng Xiyue, Josselin Mouette, Deng Xiyue
  • Date: 2009-10-25 14:56:53 UTC
  • mfrom: (1.1.15 upstream) (2.1.6 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091025145653-1fk5uofteweb3okt
Tags: 2.26.1-1
[ Josselin Mouette ]
* Include clean-la.mk rule.

[ Deng Xiyue ]
* New upstream release.
* Update Standard-Version to 3.8.3.  No changes needed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
#endif    // APSTUDIO_INVOKED
34
34
 
35
35
VS_VERSION_INFO VERSIONINFO
36
 
 FILEVERSION 2,26,0,1
37
 
 PRODUCTVERSION 2,26,0,1
 
36
 FILEVERSION 2,26,1,1
 
37
 PRODUCTVERSION 2,26,1,1
38
38
 FILEFLAGSMASK 0x17L
39
39
#ifdef _DEBUG
40
40
 FILEFLAGS 0x1L
51
51
        BEGIN
52
52
            VALUE "CompanyName", "The libxml++ development team (see AUTHORS)"
53
53
            VALUE "FileDescription", "The official C++ wrapper for libxml2"
54
 
            VALUE "FileVersion", "2.26.0"
 
54
            VALUE "FileVersion", "2.26.1"
55
55
            VALUE "LegalCopyright", "Distribution is under the LGPL (see COPYING)"
56
56
            VALUE "OriginalFilename", "libxml++-2.6"
57
57
            VALUE "ProductName", "libxml++"
58
 
            VALUE "ProductVersion", "2.26.0"
 
58
            VALUE "ProductVersion", "2.26.1"
59
59
        END
60
60
    END
61
61
    BLOCK "VarFileInfo"