~ubuntu-branches/ubuntu/raring/gtk+2.0/raring-proposed

« back to all changes in this revision

Viewing changes to gtk/gtk-win32.rc

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2013-01-10 12:53:20 UTC
  • mfrom: (1.14.16)
  • Revision ID: package-import@ubuntu.com-20130110125320-x13bjpwtqq36izs2
Tags: 2.24.14-0ubuntu1
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,24,13,0
5
 
  PRODUCTVERSION 2,24,13,0
 
4
  FILEVERSION 2,24,14,0
 
5
  PRODUCTVERSION 2,24,14,0
6
6
  FILEFLAGSMASK 0
7
7
  FILEFLAGS 0
8
8
  FILEOS VOS__WINDOWS32
15
15
      BEGIN
16
16
        VALUE "CompanyName", "The GTK developer community"
17
17
        VALUE "FileDescription", "GIMP Toolkit"
18
 
        VALUE "FileVersion", "2.24.13.0"
 
18
        VALUE "FileVersion", "2.24.14.0"
19
19
        VALUE "InternalName", "libgtk-win32-2.0-0"
20
20
        VALUE "LegalCopyright", "Copyright � 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald. Modified by the GTK+ Team and others 1997-2005."
21
21
        VALUE "OriginalFilename", "libgtk-win32-2.0-0.dll"
22
22
        VALUE "ProductName", "GTK+"
23
 
        VALUE "ProductVersion", "2.24.13"
 
23
        VALUE "ProductVersion", "2.24.14"
24
24
      END
25
25
    END
26
26
    BLOCK "VarFileInfo"