Skip to content
This repository was archived by the owner on Nov 20, 2020. It is now read-only.

Commit 3011a2c

Browse files
committed
Updated rc file
1 parent aa5b6a6 commit 3011a2c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/lua.rc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
0 ICON "../etc/lua_lang.ico"
22

33
1 VERSIONINFO
4-
FILEVERSION 5,1,4,0
5-
PRODUCTVERSION 5,1,4,0
4+
FILEVERSION 5,1,5,0
5+
PRODUCTVERSION 5,1,5,0
66
BEGIN
77
BLOCK "StringFileInfo"
88
BEGIN
@@ -11,11 +11,11 @@ BEGIN
1111
VALUE "Comments", "www.lua.org\0"
1212
VALUE "CompanyName", "Lua.org\0"
1313
VALUE "FileDescription", "Lua Console Standalone Interpreter\0"
14-
VALUE "FileVersion", "5.1.4\0"
15-
VALUE "LegalCopyright", "Copyright � 1994-2008 Lua.org, PUC-Rio.\0"
16-
VALUE "OriginalFilename", "lua5.1.exe\0"
14+
VALUE "FileVersion", "5.1.5\0"
15+
VALUE "LegalCopyright", "Copyright � 1994-2012 Lua.org, PUC-Rio.\0"
16+
VALUE "OriginalFilename", "lua.exe\0"
1717
VALUE "ProductName", "Lua - The Programming Language\0"
18-
VALUE "ProductVersion", "5.1.4\0"
18+
VALUE "ProductVersion", "5.1.5\0"
1919
VALUE "PrivateBuild", "Built for LuaDist\0"
2020
END
2121
END

0 commit comments

Comments
 (0)