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

« back to all changes in this revision

Viewing changes to pango/pango.rc

  • Committer: Package Import Robot
  • Author(s): Michael Biebl
  • Date: 2012-03-09 10:39:11 UTC
  • mfrom: (1.6.4) (63.3.30 sid)
  • Revision ID: package-import@ubuntu.com-20120309103911-0jpxqwnix351v3se
Tags: 1.29.5-1
* New upstream release.
  - Fix GI annotation syntax. Closes: #640855
* debian/control.in: Bump Build-Depends on libglib2.0-dev to (>= 2.31.0).
* debian/patches/00git_transfer_annotations.patch: Removed, merged upstream.
* Set pkg-gnome-maintainers@lists.alioth.debian.org as Maintainer.

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,3,0
5
 
  PRODUCTVERSION 1,28,3,0
 
4
  FILEVERSION 1,29,5,0
 
5
  PRODUCTVERSION 1,29,5,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.28.3.0"
 
18
        VALUE "FileVersion", "1.29.5.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.28.3"
 
23
        VALUE "ProductVersion", "1.29.5"
24
24
      END
25
25
    END
26
26
    BLOCK "VarFileInfo"