~ubuntu-branches/ubuntu/saucy/pango1.0/saucy-proposed

« back to all changes in this revision

Viewing changes to pango/pangoft2.rc

  • Committer: Bazaar Package Importer
  • Author(s): Josselin Mouette
  • Date: 2010-10-19 23:37:45 UTC
  • mfrom: (1.5.12 upstream)
  • Revision ID: james.westby@ubuntu.com-20101019233745-xey8xlf91rpkth51
Tags: 1.28.3-1
* New upstream stable release.
  + Fixes SIGFPE in opentype renderer. Closes: #598166.

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,28,1,0
5
 
  PRODUCTVERSION 1,28,1,0
 
4
  FILEVERSION 1,28,3,0
 
5
  PRODUCTVERSION 1,28,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", "PangoFT2"
18
 
        VALUE "FileVersion", "1.28.1.0"
 
18
        VALUE "FileVersion", "1.28.3.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.28.1"
 
23
        VALUE "ProductVersion", "1.28.3"
24
24
      END
25
25
    END
26
26
    BLOCK "VarFileInfo"