aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2014-11-28 17:13:39 -0200
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2014-11-28 17:13:39 -0200
commit125296c83db4953a10410f7f01b0dada598af6aa (patch)
treeaf5192a4aa740f02ff0ac6ca7b63d9ddce0e8e87
parent9c41d9d1df1e19f7e657ce6c4671aee598175d24 (diff)
downloadlua-125296c83db4953a10410f7f01b0dada598af6aa.tar.gz
lua-125296c83db4953a10410f7f01b0dada598af6aa.tar.bz2
lua-125296c83db4953a10410f7f01b0dada598af6aa.zip
next release won't be beta
-rw-r--r--lua.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lua.h b/lua.h
index 124d652e..ba9e421c 100644
--- a/lua.h
+++ b/lua.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lua.h,v 1.320 2014/11/08 17:57:08 roberto Exp roberto $ 2** $Id: lua.h,v 1.321 2014/11/12 13:30:15 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 "beta" 22#define LUA_VERSION_RELEASE "0"
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