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

« back to all changes in this revision

Viewing changes to pango/pango.rc

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2007-04-10 00:59:24 UTC
  • mfrom: (20.1.23 feisty)
  • Revision ID: james.westby@ubuntu.com-20070410005924-bbuu8vi6fw9f1fn1
Tags: 1.16.2-0ubuntu1
* New upstream version
  - Fixed various bug in the OpenType Layout code
  - Improved documentation
  - Improved ATSUI backend
  - Misc build system fixes
  - Bugs fixed in this release:
    - pangowin32-fontmap.c:using function without prototype
    - Don't create coverage every time it's asked for

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,16,1,0
5
 
  PRODUCTVERSION 1,16,1,0
 
4
  FILEVERSION 1,16,2,0
 
5
  PRODUCTVERSION 1,16,2,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", "Pango"
18
 
        VALUE "FileVersion", "1.16.1.0"
 
18
        VALUE "FileVersion", "1.16.2.0"
19
19
        VALUE "InternalName", "pango-1.0-0"
20
20
        VALUE "LegalCopyright", "Copyright � 1999 Red Hat Software."
21
21
        VALUE "OriginalFilename", "pango-1.0-0.dll"
22
22
        VALUE "ProductName", "Pango"
23
 
        VALUE "ProductVersion", "1.16.1"
 
23
        VALUE "ProductVersion", "1.16.2"
24
24
      END
25
25
    END
26
26
    BLOCK "VarFileInfo"