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

« back to all changes in this revision

Viewing changes to gthread/gthread.rc

  • Committer: Package Import Robot
  • Author(s): Iain Lane
  • Date: 2013-03-22 15:34:02 UTC
  • mfrom: (172.1.9 experimental)
  • Revision ID: package-import@ubuntu.com-20130322153402-sairsye8us9zxmew
Tags: 2.35.9-2ubuntu1
* Resynchronise with Debian experimental, remaining change:
  - Make python BD :all to facilitate 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,35,8,0
5
 
  PRODUCTVERSION 2,35,8,0
 
4
  FILEVERSION 2,35,9,0
 
5
  PRODUCTVERSION 2,35,9,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", "GThread"
18
 
        VALUE "FileVersion", "2.35.8.0"
 
18
        VALUE "FileVersion", "2.35.9.0"
19
19
        VALUE "InternalName", "libgthread-2.0-0"
20
20
        VALUE "LegalCopyright", "Copyright � 1995-2011 Peter Mattis, Spencer Kimball, Josh MacDonald, Sebastian Wilhelmi and others."
21
21
        VALUE "OriginalFilename", "libgthread-2.0-0.dll"
22
22
        VALUE "ProductName", "GLib"
23
 
        VALUE "ProductVersion", "2.35.8"
 
23
        VALUE "ProductVersion", "2.35.9"
24
24
      END
25
25
    END
26
26
    BLOCK "VarFileInfo"