File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11MAINICON ICON "icon.ico"
221 VERSIONINFO
3- FILEVERSION 5,4,7 ,0
4- PRODUCTVERSION 5,4,7 ,0
3+ FILEVERSION 5,4,8 ,0
4+ PRODUCTVERSION 5,4,8 ,0
55BEGIN
66 BLOCK "StringFileInfo"
77 BEGIN
88 BLOCK "040904E4"
99 BEGIN
10- VALUE "FileVersion", "5.4.7 \0"
11- VALUE "ProductVersion", "5.4.7 \0"
10+ VALUE "FileVersion", "5.4.8 \0"
11+ VALUE "ProductVersion", "5.4.8 \0"
1212 VALUE "FileDescription", "Lua Programming Language Interpreter\0"
1313 VALUE "CompanyName", "PUC-Rio\0"
1414 VALUE "Website", "http://www.lua.org\0"
1515 VALUE "Comments", "Built with Lua for Watcom patches at http://github.com/Lethja/lua-watcom\0"
16- VALUE "LegalCopyright", "1994-2024 Lua.org, PUC-Rio"
16+ VALUE "LegalCopyright", "1994-2025 Lua.org, PUC-Rio"
1717 END
1818 END
1919 BLOCK "VarFileInfo"
Original file line number Diff line number Diff line change 66CC = *wcc386
77
88CFLAGS = -q -bt=os2 -bc -3 -d0 -osr -zc
9- LFLAGS = SYS os2v2 OPT st=16384 OPT description \'Lua Programming Language Interpreter\' OPT version=5.4.7
9+ LFLAGS = SYS os2v2 OPT st=16384 OPT description \'Lua Programming Language Interpreter\' OPT version=5.4.8
1010
1111PLATFORM = 22
1212
You can’t perform that action at this time.
0 commit comments