summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Drahoš <drahosp@gmail.com>2012-05-11 12:43:42 +0200
committerPeter Drahoš <drahosp@gmail.com>2012-05-11 12:43:42 +0200
commit3011a2c9948ef7490e0473dafb27c123fa229872 (patch)
tree14b3f414027f214f988b5a2f9c43b8ab86d35163
parentaa5b6a602d57fb9bfecaaa30a7592291b91b4034 (diff)
downloadlua-3011a2c9948ef7490e0473dafb27c123fa229872.tar.gz
Updated rc file
-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