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

« back to all changes in this revision

Viewing changes to gobject/gobject.rc

  • Committer: Bazaar Package Importer
  • Author(s): Gustavo Noronha Silva
  • Date: 2009-02-15 13:00:43 UTC
  • mfrom: (1.3.1 upstream) (69.1.10 intrepid)
  • Revision ID: james.westby@ubuntu.com-20090215130043-q47fbt3owmt42m2f
Tags: 2.18.4-2
* Release to unstable
* debian/rules:
- bump SHVER, since we are already forcing a 2.18.0 dependecy on the
  symbols introduced in the development versions
* debian/control.in:
- added Homepage and Vcs-* control fields

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,16,3,0
5
 
  PRODUCTVERSION 2,16,3,0
 
4
  FILEVERSION 2,18,4,0
 
5
  PRODUCTVERSION 2,18,4,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.16.3.0"
 
18
        VALUE "FileVersion", "2.18.4.0"
19
19
        VALUE "InternalName", "libgobject-2.0-0"
20
20
        VALUE "LegalCopyright", "Copyright � 1998-2004 Tim Janik and Red Hat, Inc."
21
21
        VALUE "OriginalFilename", "libgobject-2.0-0.dll"
22
22
        VALUE "ProductName", "GLib"
23
 
        VALUE "ProductVersion", "2.16.3"
 
23
        VALUE "ProductVersion", "2.18.4"
24
24
      END
25
25
    END
26
26
    BLOCK "VarFileInfo"