summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2013-11-11 10:09:16 -0200
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2013-11-11 10:09:16 -0200
commit63048dc9b78c39e655ec74270a4fe4647cccb1c9 (patch)
tree78e04297bd02d2f37a157b0a51972842193d62a1
parent686705554686358b75a5247643007bca6f5a880c (diff)
downloadlua-63048dc9b78c39e655ec74270a4fe4647cccb1c9.tar.gz
lua-63048dc9b78c39e655ec74270a4fe4647cccb1c9.tar.bz2
lua-63048dc9b78c39e655ec74270a4fe4647cccb1c9.zip
'LUA_VERSION_RELEASE' updated to 5.2.3.
-rw-r--r--lua.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lua.h b/lua.h
index eb0482b8..bfb6bfd7 100644
--- a/lua.h
+++ b/lua.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lua.h,v 1.285 2013/03/15 13:04:22 roberto Exp $ 2** $Id: lua.h,v 1.285.1.1 2013/04/12 18:48:47 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 "2" 20#define LUA_VERSION_MINOR "2"
21#define LUA_VERSION_NUM 502 21#define LUA_VERSION_NUM 502
22#define LUA_VERSION_RELEASE "2" 22#define LUA_VERSION_RELEASE "3"
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