summaryrefslogtreecommitdiff
path: root/src/lua.rc
diff options
context:
space:
mode:
Diffstat (limited to 'src/lua.rc')
-rw-r--r--src/lua.rc12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/lua.rc b/src/lua.rc
index 6c4073e..b48f316 100644
--- a/src/lua.rc
+++ b/src/lua.rc
@@ -1,8 +1,8 @@
0 ICON "../etc/lua_lang.ico"
1 VERSIONINFO
- FILEVERSION 5,1,4,0
- PRODUCTVERSION 5,1,4,0
+ FILEVERSION 5,1,5,0
+ PRODUCTVERSION 5,1,5,0
BEGIN
BLOCK "StringFileInfo"
BEGIN
@@ -11,11 +11,11 @@ BEGIN
VALUE "Comments", "www.lua.org\0"
VALUE "CompanyName", "Lua.org\0"
VALUE "FileDescription", "Lua Console Standalone Interpreter\0"
- VALUE "FileVersion", "5.1.4\0"
- VALUE "LegalCopyright", "Copyright © 1994-2008 Lua.org, PUC-Rio.\0"
- VALUE "OriginalFilename", "lua5.1.exe\0"
+ VALUE "FileVersion", "5.1.5\0"
+ VALUE "LegalCopyright", "Copyright © 1994-2012 Lua.org, PUC-Rio.\0"
+ VALUE "OriginalFilename", "lua.exe\0"
VALUE "ProductName", "Lua - The Programming Language\0"
- VALUE "ProductVersion", "5.1.4\0"
+ VALUE "ProductVersion", "5.1.5\0"
VALUE "PrivateBuild", "Built for LuaDist\0"
END
END