source: trunk/third/gtk2/gdk-pixbuf/gdk_pixbuf.rc @ 18785

Revision 18785, 812 bytes checked in by ghudson, 21 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r18784, which included commits to RCS files with non-trunk default branches.
Line 
1#include <winver.h>
2
3VS_VERSION_INFO VERSIONINFO
4  FILEVERSION 2,2,1,BUILDNUMBER
5  PRODUCTVERSION 2,2,1,0
6  FILEFLAGSMASK 0
7  FILEFLAGS 0
8  FILEOS VOS__WINDOWS32
9  FILETYPE VFT_DLL
10  FILESUBTYPE VFT2_UNKNOWN
11  BEGIN
12    BLOCK "StringFileInfo"
13    BEGIN
14      BLOCK "040904B0"
15      BEGIN
16        VALUE "CompanyName", "The GTK developer community"
17        VALUE "FileDescription", "GIMP Toolkit"
18        VALUE "FileVersion", "2.2.1.BUILDNUMBER"
19        VALUE "InternalName", "libgdk_pixbuf-2.0-0"
20        VALUE "LegalCopyright", "Copyright (C) 1999 The Free Software Foundation. Modified by the GTK+ Team and others 1999-2002."
21        VALUE "OriginalFilename", "libgdk_pixbuf-2.0-0.dll"
22        VALUE "ProductName", "GTK+"
23        VALUE "ProductVersion", "2.2.1"
24      END
25    END
26    BLOCK "VarFileInfo"
27    BEGIN
28      VALUE "Translation", 0x409, 1200
29    END
30  END
Note: See TracBrowser for help on using the repository browser.