summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Drahoš <drahosp@gmail.com>2015-12-02 16:28:09 +0100
committerPeter Drahoš <drahosp@gmail.com>2015-12-02 16:28:09 +0100
commit373ce2b8ee6d4339b9d53b57a14ea9071c15b355 (patch)
tree4a9e25afccc11679eaa19b020914ef724bd9f20b
parent034cf56f1240999d7bfec26d2a02dc2af978ef1c (diff)
downloadlua-373ce2b8ee6d4339b9d53b57a14ea9071c15b355.tar.gz
Updated rc files
-rw-r--r--src/lua.rc10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/lua.rc b/src/lua.rc
index 8e392cc..935cbd1 100644
--- a/src/lua.rc
+++ b/src/lua.rc
@@ -1,8 +1,8 @@
0 ICON "../etc/lua_lang.ico"
1 VERSIONINFO
- FILEVERSION 5,2,3,0
- PRODUCTVERSION 5,2,3,0
+ FILEVERSION 5,2,4,0
+ PRODUCTVERSION 5,2,4,0
BEGIN
BLOCK "StringFileInfo"
BEGIN
@@ -11,11 +11,11 @@ BEGIN
VALUE "Comments", "www.lua.org\0"
VALUE "CompanyName", "Lua.org\0"
VALUE "FileDescription", "Lua Standalone Interpreter\0"
- VALUE "FileVersion", "5.2.3\0"
- VALUE "LegalCopyright", "Copyright © 1994-2013 Lua.org, PUC-Rio.\0"
+ VALUE "FileVersion", "5.2.4\0"
+ VALUE "LegalCopyright", "Copyright © 1994-2015 Lua.org, PUC-Rio.\0"
VALUE "OriginalFilename", "lua.exe\0"
VALUE "ProductName", "Lua - The Programming Language\0"
- VALUE "ProductVersion", "5.2.3\0"
+ VALUE "ProductVersion", "5.2.4\0"
VALUE "PrivateBuild", "Built using LuaDist\0"
END
END