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

« back to all changes in this revision

Viewing changes to gobject/gobject.rc

  • Committer: Package Import Robot
  • Author(s): Iain Lane
  • Date: 2013-06-25 12:43:56 UTC
  • mfrom: (1.63.22)
  • Revision ID: package-import@ubuntu.com-20130625124356-597xf4lpikauchiy
Tags: 2.37.3-1ubuntu1
* Resynchronise on unrelease Debian SVN (glib is in NEW there). 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,2,0
5
 
  PRODUCTVERSION 2,37,2,0
 
4
  FILEVERSION 2,37,3,0
 
5
  PRODUCTVERSION 2,37,3,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", "GObject"
18
 
        VALUE "FileVersion", "2.37.2.0"
 
18
        VALUE "FileVersion", "2.37.3.0"
19
19
        VALUE "InternalName", "libgobject-2.0-0"
20
20
        VALUE "LegalCopyright", "Copyright � 1998-2011 Tim Janik, Red Hat, Inc. and others"
21
21
        VALUE "OriginalFilename", "libgobject-2.0-0.dll"
22
22
        VALUE "ProductName", "GLib"
23
 
        VALUE "ProductVersion", "2.37.2"
 
23
        VALUE "ProductVersion", "2.37.3"
24
24
      END
25
25
    END
26
26
    BLOCK "VarFileInfo"