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

« back to all changes in this revision

Viewing changes to glib/glib.rc

  • Committer: Package Import Robot
  • Author(s): Andreas Henriksson
  • Date: 2014-03-24 20:58:34 UTC
  • mfrom: (1.66.13)
  • Revision ID: package-import@ubuntu.com-20140324205834-8hsgok8k36ftocqa
Tags: 2.40.0-1
New upstream release.

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,39,92,0
5
 
  PRODUCTVERSION 2,39,92,0
 
4
  FILEVERSION 2,40,0,0
 
5
  PRODUCTVERSION 2,40,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", "GLib"
18
 
        VALUE "FileVersion", "2.39.92.0"
 
18
        VALUE "FileVersion", "2.40.0.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.39.92"
 
23
        VALUE "ProductVersion", "2.40.0"
24
24
      END
25
25
    END
26
26
    BLOCK "VarFileInfo"