From 7505e88db66798b2b8fcdff2d92a7136cd826b5b Mon Sep 17 00:00:00 2001 From: "Nicolas \"Pixel\" Noble" Date: Thu, 9 Sep 2010 02:26:30 +0200 Subject: Upgrading to IUP 3.2 - and cleaning up. --- iup/srcconsole/iuplua5.rc | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'iup/srcconsole/iuplua5.rc') diff --git a/iup/srcconsole/iuplua5.rc b/iup/srcconsole/iuplua5.rc index 70e40a4..22e81f7 100755 --- a/iup/srcconsole/iuplua5.rc +++ b/iup/srcconsole/iuplua5.rc @@ -2,8 +2,8 @@ TECGRAF_ICON ICON "..\\etc\\tecgraf.ico" 1 VERSIONINFO - FILEVERSION 3,0,0,0 - PRODUCTVERSION 3,0,0,0 + FILEVERSION 3,1,0,0 + PRODUCTVERSION 3,1,0,0 BEGIN BLOCK "StringFileInfo" BEGIN @@ -12,11 +12,11 @@ BEGIN VALUE "Comments", "www.tecgraf.puc-rio.br/iup\0" VALUE "CompanyName", "Tecgraf/PUC-Rio\0" VALUE "FileDescription", "Lua Windows Standalone Interpreter with IUP\0" - VALUE "FileVersion", "3.0.0\0" + VALUE "FileVersion", "3.1.0\0" VALUE "LegalCopyright", "Copyright © 1994-2010 Tecgraf, PUC-Rio.\0" VALUE "OriginalFilename", "iuplua51.exe\0" VALUE "ProductName", "IUP for Windows\0" - VALUE "ProductVersion", "3.0.0\0" + VALUE "ProductVersion", "3.1.0\0" END END END @@ -55,5 +55,9 @@ END 1 24 "wlua_dll9_x86.manifest" #endif #else +#ifdef TEC_64 +1 24 "..\\etc\\iup64.manifest" +#else 1 24 "..\\etc\\iup.manifest" #endif +#endif -- cgit v1.2.3