Mercurial > pidgin.yaz
view pidgin/win32/pidgin_dll_rc.rc.in @ 15477:5e5f9ffa5b72
merge of '921d892371d1bd4b52a6f589936628d8a8c4ed72'
and 'ea057dea5d8e52e6c6bf8c6e1c13033619eb41f5'
author | Sadrul Habib Chowdhury <imadil@gmail.com> |
---|---|
date | Wed, 31 Jan 2007 06:59:45 +0000 |
parents | 0e17470b47c2 |
children | 02d64952a55e |
line wrap: on
line source
#include <winver.h> #include "version.h" VS_VERSION_INFO VERSIONINFO FILEVERSION GAIM_MAJOR_VERSION,GAIM_MINOR_VERSION,GAIM_MICRO_VERSION,0 PRODUCTVERSION GAIM_MAJOR_VERSION,GAIM_MINOR_VERSION,GAIM_MICRO_VERSION,0 FILEFLAGSMASK 0 FILEFLAGS 0 FILEOS VOS__WINDOWS32 FILETYPE VFT_DLL FILESUBTYPE VFT2_UNKNOWN BEGIN BLOCK "StringFileInfo" BEGIN BLOCK "040904B0" BEGIN VALUE "CompanyName", "The Gaim developer community" VALUE "FileDescription", "GTK+ Gaim Library" VALUE "FileVersion", "@GAIM_VERSION@" VALUE "InternalName", "gtkgaim" VALUE "LegalCopyright", "Copyright (C) 1998-2006 The Gaim developer community (See the COPYRIGHT file in the source distribution)." VALUE "OriginalFilename", "gtkgaim.dll" VALUE "ProductName", "Gaim" VALUE "ProductVersion", "@GAIM_VERSION@" END END BLOCK "VarFileInfo" BEGIN VALUE "Translation", 0x409, 1200 END END