summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2015-06-03 10:03:38 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2015-06-03 10:03:38 -0300
commit6628012e9e3a066070e0e214d3b02f0146544489 (patch)
tree16dfc6a99ad83ea9ae82f267dbe116c8e28c732b
parented1fe28bb8c98382412eab8cfe24fe3dc5adf8f3 (diff)
downloadlua-6628012e9e3a066070e0e214d3b02f0146544489.tar.gz
lua-6628012e9e3a066070e0e214d3b02f0146544489.tar.bz2
lua-6628012e9e3a066070e0e214d3b02f0146544489.zip
new release number (5.3.1)
-rw-r--r--lua.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lua.h b/lua.h
index ad54f432..03a71b0a 100644
--- a/lua.h
+++ b/lua.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lua.h,v 1.326 2015/01/13 19:50:30 roberto Exp roberto $ 2** $Id: lua.h,v 1.327 2015/03/10 14:17:51 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
@@ -19,7 +19,7 @@
19#define LUA_VERSION_MAJOR "5" 19#define LUA_VERSION_MAJOR "5"
20#define LUA_VERSION_MINOR "3" 20#define LUA_VERSION_MINOR "3"
21#define LUA_VERSION_NUM 503 21#define LUA_VERSION_NUM 503
22#define LUA_VERSION_RELEASE "0" 22#define LUA_VERSION_RELEASE "1"
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