Skip to content

Commit 91ec66c

Browse files
committed
Add Windows resource file with Lua version metadata
This new `info.rc` file includes version information and metadata for the Lua interpreter executable on Windows.
1 parent 8ae1f42 commit 91ec66c

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

info.rc

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
2 VERSIONINFO
2+
FILEVERSION 5.4.7
3+
PRODUCTVERSION 5.4.7
4+
BEGIN
5+
BLOCK "StringFileInfo"
6+
BEGIN
7+
BEGIN
8+
VALUE "FileVersion", "5.4.7\0"
9+
VALUE "ProductVersion", "5.4.7\0"
10+
VALUE "FileDescription", "Lua Programming Language Interpreter\0"
11+
VALUE "CompanyName", "PUC-Rio\0"
12+
VALUE "Website", "http://www.lua.org\0"
13+
VALUE "Comments", "Built with Lua for Watcom patches.\nhttp://github.com/Lethja/lua-watcom\0"
14+
END
15+
END
16+
END

0 commit comments

Comments
 (0)