~ubuntu-branches/ubuntu/vivid/pangomm/vivid

« back to all changes in this revision

Viewing changes to MSVC_Net2010/pangomm/pangomm.rc

  • Committer: Package Import Robot
  • Author(s): Michael Biebl
  • Date: 2013-06-27 03:45:34 UTC
  • mfrom: (1.2.7)
  • Revision ID: package-import@ubuntu.com-20130627034534-ran33b0p8ffl2j25
Tags: 2.34.0-1
* New upstream release.
* Bump required version of libglibmm-2.4-dev to (>= 2.36.0).
* Drop obsolete DM-Upload-Allowed field.
* Update Vcs-* URLs.
* Update debian/copyright, use final copyright-format 1.0 spec.
* Bump Standards-Version to 3.9.4. No further changes.
* Add Build-Depends on autotools-dev as lintian was complaining about
  outdated config.{guess,sub}.
* Drop obsolete Conflicts/Replaces.
* Convert to multiarch.
* Bump debhelper compatibility level to 9.

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,4,1
37
 
 PRODUCTVERSION 2,28,4,1
 
36
 FILEVERSION 2,34,0,1
 
37
 PRODUCTVERSION 2,34,0,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.4"
 
54
            VALUE "FileVersion", "2.34.0"
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.4"
 
58
            VALUE "ProductVersion", "2.34.0"
59
59
        END
60
60
    END
61
61
    BLOCK "VarFileInfo"