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

« back to all changes in this revision

Viewing changes to glib/glib.rc

  • Committer: Package Import Robot
  • Author(s): Iain Lane
  • Date: 2013-08-21 10:08:49 UTC
  • mfrom: (1.63.24)
  • Revision ID: package-import@ubuntu.com-20130821100849-enhti9o2tk0iug5r
Tags: 2.37.6-1ubuntu1
* Resynchronise with Debian, remaining change:
  - Build-Depend on python:any for cross-building.

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 2,37,5,0
5
 
  PRODUCTVERSION 2,37,5,0
 
4
  FILEVERSION 2,37,6,0
 
5
  PRODUCTVERSION 2,37,6,0
6
6
  FILEFLAGSMASK 0
7
7
  FILEFLAGS 0
8
8
  FILEOS VOS__WINDOWS32
15
15
      BEGIN
16
16
        VALUE "CompanyName", "The GLib developer community"
17
17
        VALUE "FileDescription", "GLib"
18
 
        VALUE "FileVersion", "2.37.5.0"
 
18
        VALUE "FileVersion", "2.37.6.0"
19
19
        VALUE "InternalName", "libglib-2.0-0"
20
20
        VALUE "LegalCopyright", "Copyright � 1995-2011 Peter Mattis, Spencer Kimball, Josh MacDonald and others."
21
21
        VALUE "OriginalFilename", "libglib-2.0-0.dll"
22
22
        VALUE "ProductName", "GLib"
23
 
        VALUE "ProductVersion", "2.37.5"
 
23
        VALUE "ProductVersion", "2.37.6"
24
24
      END
25
25
    END
26
26
    BLOCK "VarFileInfo"