aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2013-06-07 16:01:50 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2013-06-07 16:01:50 -0300
commita14992992adcaa4c60e275cb011e7832e6e796ae (patch)
treed00968cda1b0b456da6ca028e3f4beb3500aefc6
parent48adb6984c9af1deb32deda0430f092973ec8d6a (diff)
downloadlua-a14992992adcaa4c60e275cb011e7832e6e796ae.tar.gz
lua-a14992992adcaa4c60e275cb011e7832e6e796ae.tar.bz2
lua-a14992992adcaa4c60e275cb011e7832e6e796ae.zip
new version (5.3)
-rw-r--r--lua.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/lua.h b/lua.h
index bf247b4f..8e5531ff 100644
--- a/lua.h
+++ b/lua.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lua.h,v 1.289 2013/05/14 16:00:11 roberto Exp roberto $ 2** $Id: lua.h,v 1.290 2013/06/07 14:51:10 roberto Exp roberto $
3** Lua - A Scripting Language 3** Lua - A Scripting Language
4** Lua.org, PUC-Rio, Brazil (http://www.lua.org) 4** Lua.org, PUC-Rio, Brazil (http://www.lua.org)
5** See Copyright Notice at the end of this file 5** See Copyright Notice at the end of this file
@@ -17,9 +17,9 @@
17 17
18 18
19#define LUA_VERSION_MAJOR "5" 19#define LUA_VERSION_MAJOR "5"
20#define LUA_VERSION_MINOR "2" 20#define LUA_VERSION_MINOR "3"
21#define LUA_VERSION_NUM 502 21#define LUA_VERSION_NUM 503
22#define LUA_VERSION_RELEASE "2" 22#define LUA_VERSION_RELEASE "work"
23 23
24#define LUA_VERSION "Lua " LUA_VERSION_MAJOR "." LUA_VERSION_MINOR 24#define LUA_VERSION "Lua " LUA_VERSION_MAJOR "." LUA_VERSION_MINOR
25#define LUA_RELEASE LUA_VERSION "." LUA_VERSION_RELEASE 25#define LUA_RELEASE LUA_VERSION "." LUA_VERSION_RELEASE