diff options
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2010-09-09 02:26:30 +0200 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2010-09-09 02:32:26 +0200 |
commit | 7505e88db66798b2b8fcdff2d92a7136cd826b5b (patch) | |
tree | b6ced565318f8e8112e35cb0ad53abe4212ef8de /iup/srcconsole/iuplua3.rc | |
parent | e9a184546b18cf3b796bd560561f312934004c54 (diff) |
Upgrading to IUP 3.2 - and cleaning up.
Diffstat (limited to 'iup/srcconsole/iuplua3.rc')
-rwxr-xr-x | iup/srcconsole/iuplua3.rc | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/iup/srcconsole/iuplua3.rc b/iup/srcconsole/iuplua3.rc index 9fcc280..67676d0 100755 --- a/iup/srcconsole/iuplua3.rc +++ b/iup/srcconsole/iuplua3.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 @@ -42,4 +42,8 @@ BEGIN END /* The following line enable Windows XP Visual Styles */ +#ifdef TEC_64 +1 24 "..\\etc\\iup64.manifest" +#else 1 24 "..\\etc\\iup.manifest" +#endif |