Skip to content

Commit 332eb30

Browse files
committed
Update version and year metadata for OS/2 and NT binaries
1 parent 60e3aae commit 332eb30

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

pe.rc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
MAINICON ICON "icon.ico"
22
1 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
55
BEGIN
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"

wm_os232.mak

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
CC = *wcc386
77

88
CFLAGS = -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

1111
PLATFORM = 22
1212

0 commit comments

Comments
 (0)