~ubuntu-branches/ubuntu/trusty/pangomm/trusty-proposed

« back to all changes in this revision

Viewing changes to MSVC_Net2010/pangomm/pangomm.rc

  • Committer: Package Import Robot
  • Author(s): Michael Biebl
  • Date: 2011-11-17 01:43:19 UTC
  • mfrom: (1.2.3)
  • mto: (13.1.4 sid)
  • mto: This revision was merged to the branch mainline in revision 19.
  • Revision ID: package-import@ubuntu.com-20111117014319-1pfwrt4bz4lr464y
Tags: upstream-2.28.4
ImportĀ upstreamĀ versionĀ 2.28.4

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,28,3,1
37
 
 PRODUCTVERSION 2,28,3,1
 
36
 FILEVERSION 2,28,4,1
 
37
 PRODUCTVERSION 2,28,4,1
38
38
 FILEFLAGSMASK 0x17L
39
39
#ifdef _DEBUG
40
40
 FILEFLAGS 0x1L
51
51
        BEGIN
52
52
            VALUE "CompanyName", "The gtkmm development team (see AUTHORS)"
53
53
            VALUE "FileDescription", "The official C++ wrapper for pango"
54
 
            VALUE "FileVersion", "2.28.3"
 
54
            VALUE "FileVersion", "2.28.4"
55
55
            VALUE "LegalCopyright", "Distribution is under the LGPL (see COPYING)"
56
56
            VALUE "OriginalFilename", "pangomm-1.4.dll"
57
57
            VALUE "ProductName", "pangomm"
58
 
            VALUE "ProductVersion", "2.28.3"
 
58
            VALUE "ProductVersion", "2.28.4"
59
59
        END
60
60
    END
61
61
    BLOCK "VarFileInfo"