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

« back to all changes in this revision

Viewing changes to pango/pangoft2.rc

  • Committer: Package Import Robot
  • Author(s): Michael Biebl
  • Date: 2014-08-17 18:46:55 UTC
  • mfrom: (63.4.4 sid)
  • Revision ID: package-import@ubuntu.com-20140817184655-1lhzw5kss1r6hn5w
Tags: 1.36.6-1
* New upstream release.
* Refresh patches.
* Update install path for installed-tests.
* Bump Standards-Version to 3.9.5.
* Drop Suggests ttf-baekmuk and ttf-arphic-*. Those font packages have been
  renamed in the mean time and nobody seems to remember why they were added
  in the first place. (Closes: #741672, #711292)

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,3,0
5
 
  PRODUCTVERSION 1,36,3,0
 
4
  FILEVERSION 1,36,6,0
 
5
  PRODUCTVERSION 1,36,6,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", "PangoFT2"
18
 
        VALUE "FileVersion", "1.36.3.0"
 
18
        VALUE "FileVersion", "1.36.6.0"
19
19
        VALUE "InternalName", "pangoft2-1.0-0"
20
20
        VALUE "LegalCopyright", "Copyright � 1999 Red Hat Software. Copyright � 2000 Tor Lillqvist"
21
21
        VALUE "OriginalFilename", "pangoft2-1.0-0.dll"
22
22
        VALUE "ProductName", "PangoFT2"
23
 
        VALUE "ProductVersion", "1.36.3"
 
23
        VALUE "ProductVersion", "1.36.6"
24
24
      END
25
25
    END
26
26
    BLOCK "VarFileInfo"