# HG changeset patch # User Daniel Atallah # Date 1171152655 0 # Node ID 02d64952a55e37f50e6550ce51f117a22da9526e # Parent 3f10bd32ef1c6f3f9c8f6195cb12f510843cb4e7 Update dll and exe version resources for pidgin stuff. diff -r 3f10bd32ef1c -r 02d64952a55e pidgin/win32/pidgin_dll_rc.rc.in --- a/pidgin/win32/pidgin_dll_rc.rc.in Sat Feb 10 01:14:57 2007 +0000 +++ b/pidgin/win32/pidgin_dll_rc.rc.in Sun Feb 11 00:10:55 2007 +0000 @@ -14,13 +14,13 @@ BEGIN BLOCK "040904B0" BEGIN - VALUE "CompanyName", "The Gaim developer community" - VALUE "FileDescription", "GTK+ Gaim Library" + VALUE "CompanyName", "The Pidgin developer community" + VALUE "FileDescription", "GTK+ Pidgin 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 "InternalName", "libpidgin" + VALUE "LegalCopyright", "Copyright (C) 1998-2007 The Pidgin developer community (See the COPYRIGHT file in the source distribution)." + VALUE "OriginalFilename", "pidgin.dll" + VALUE "ProductName", "Pidgin" VALUE "ProductVersion", "@GAIM_VERSION@" END END diff -r 3f10bd32ef1c -r 02d64952a55e pidgin/win32/pidgin_exe_rc.rc.in --- a/pidgin/win32/pidgin_exe_rc.rc.in Sat Feb 10 01:14:57 2007 +0000 +++ b/pidgin/win32/pidgin_exe_rc.rc.in Sun Feb 11 00:10:55 2007 +0000 @@ -17,13 +17,13 @@ BEGIN BLOCK "040904B0" BEGIN - VALUE "CompanyName", "The Gaim developer community" - VALUE "FileDescription", "Gaim" + VALUE "CompanyName", "The Pidgin developer community" + VALUE "FileDescription", "Pidgin" VALUE "FileVersion", "@GAIM_VERSION@" - VALUE "InternalName", "gaim" - VALUE "LegalCopyright", "Copyright (C) 1998-2006 The Gaim developer community (See the COPYRIGHT file in the source distribution)." + VALUE "InternalName", "pidgin" + VALUE "LegalCopyright", "Copyright (C) 1998-2007 The Pidgin developer community (See the COPYRIGHT file in the source distribution)." VALUE "OriginalFilename", "@ORIGINAL_FILENAME@" - VALUE "ProductName", "Gaim" + VALUE "ProductName", "Pidgin" VALUE "ProductVersion", "@GAIM_VERSION@" END END