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

« back to all changes in this revision

Viewing changes to gthread/gthread.rc

  • Committer: Package Import Robot
  • Author(s): Iain Lane
  • Date: 2013-09-25 10:40:24 UTC
  • mfrom: (1.63.27) (172.1.17 experimental)
  • Revision ID: package-import@ubuntu.com-20130925104024-e64unm8urjjmpr9a
Tags: 2.38.0-1ubuntu1
* Resynchronise on 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,93,0
5
 
  PRODUCTVERSION 2,37,93,0
 
4
  FILEVERSION 2,38,0,0
 
5
  PRODUCTVERSION 2,38,0,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.37.93.0"
 
18
        VALUE "FileVersion", "2.38.0.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.37.93"
 
23
        VALUE "ProductVersion", "2.38.0"
24
24
      END
25
25
    END
26
26
    BLOCK "VarFileInfo"