~ubuntu-branches/debian/sid/glib2.0/sid

« back to all changes in this revision

Viewing changes to gmodule/gmodule.rc

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2013-05-08 06:25:57 UTC
  • mfrom: (1.27.14) (3.1.181 experimental)
  • Revision ID: package-import@ubuntu.com-20130508062557-i7gbku66mls70gi2
Tags: 2.36.1-2
Merge experimental branch, upload to unstable.

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,32,4,0
5
 
  PRODUCTVERSION 2,32,4,0
 
4
  FILEVERSION 2,36,1,0
 
5
  PRODUCTVERSION 2,36,1,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", "GModule"
18
 
        VALUE "FileVersion", "2.32.4.0"
 
18
        VALUE "FileVersion", "2.36.1.0"
19
19
        VALUE "InternalName", "libgmodule-2.0-0"
20
20
        VALUE "LegalCopyright", "Copyright � 1998-2011 Tim Janik and others."
21
21
        VALUE "OriginalFilename", "libgmodule-2.0-0.dll"
22
22
        VALUE "ProductName", "GLib"
23
 
        VALUE "ProductVersion", "2.32.4"
 
23
        VALUE "ProductVersion", "2.36.1"
24
24
      END
25
25
    END
26
26
    BLOCK "VarFileInfo"