We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ae1f42 commit 91ec66cCopy full SHA for 91ec66c
info.rc
@@ -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
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
16
+END
0 commit comments