~ubuntu-branches/ubuntu/utopic/pango1.0/utopic

« back to all changes in this revision

Viewing changes to pango/pangowin32.rc

  • Committer: Package Import Robot
  • Author(s): Iain Lane
  • Date: 2014-03-20 18:19:30 UTC
  • mfrom: (1.6.10)
  • Revision ID: package-import@ubuntu.com-20140320181930-7sdul8ru2qlh86md
Tags: 1.36.3-1ubuntu1
* Merge with Debian, remaining change:
  - Add a versioned conflicts on old versions of plymouth whose initramfs
    hook tries to find pango modules. The Debian version of this change
    uses Breaks which is insufficient, and doesn't match the version of
    the plymouth package that supports the new path in Ubuntu.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#include <winver.h>
2
2
 
3
3
VS_VERSION_INFO VERSIONINFO
4
 
  FILEVERSION 1,36,2,0
5
 
  PRODUCTVERSION 1,36,2,0
 
4
  FILEVERSION 1,36,3,0
 
5
  PRODUCTVERSION 1,36,3,0
6
6
  FILEFLAGSMASK 0
7
7
  FILEFLAGS 0
8
8
  FILEOS VOS__WINDOWS32
15
15
      BEGIN
16
16
        VALUE "CompanyName", "Red Hat Software"
17
17
        VALUE "FileDescription", "PangoWin32"
18
 
        VALUE "FileVersion", "1.36.2.0"
 
18
        VALUE "FileVersion", "1.36.3.0"
19
19
        VALUE "InternalName", "pangowin32-1.0-0"
20
20
        VALUE "LegalCopyright", "Copyright � 1999 Red Hat Software. Copyright � 2000 Tor Lillqvist"
21
21
        VALUE "OriginalFilename", "pangowin32-1.0-0.dll"
22
22
        VALUE "ProductName", "PangoWin32"
23
 
        VALUE "ProductVersion", "1.36.2"
 
23
        VALUE "ProductVersion", "1.36.3"
24
24
      END
25
25
    END
26
26
    BLOCK "VarFileInfo"