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

« back to all changes in this revision

Viewing changes to pango/pangocairo.rc

  • Committer: Package Import Robot
  • Author(s): Michael Biebl
  • Date: 2012-03-31 22:00:53 UTC
  • mfrom: (1.8.6) (63.1.16 experimental)
  • Revision ID: package-import@ubuntu.com-20120331220053-7w1irtk74gutqgmi
Tags: 1.30.0-1
* New upstream release.
* debian/watch: Track stable releases again.
* Refreshed and updated patches.
* Bump Standards-Version to 3.9.3.

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,29,4,0
5
 
  PRODUCTVERSION 1,29,4,0
 
4
  FILEVERSION 1,30,0,0
 
5
  PRODUCTVERSION 1,30,0,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", "PangoCairo"
18
 
        VALUE "FileVersion", "1.29.4.0"
 
18
        VALUE "FileVersion", "1.30.0.0"
19
19
        VALUE "InternalName", "pangocairo-1.0-0"
20
20
        VALUE "LegalCopyright", "Copyright � 2010 Red Hat Software."
21
21
        VALUE "OriginalFilename", "pangocairo-1.0-0.dll"
22
22
        VALUE "ProductName", "PangoCairo"
23
 
        VALUE "ProductVersion", "1.29.4"
 
23
        VALUE "ProductVersion", "1.30.0"
24
24
      END
25
25
    END
26
26
    BLOCK "VarFileInfo"