commit 6628012e9e3a066070e0e214d3b02f0146544489
parent ed1fe28bb8c98382412eab8cfe24fe3dc5adf8f3
Author: Roberto Ierusalimschy <roberto@inf.puc-rio.br>
Date: Wed, 3 Jun 2015 10:03:13 -0300
new release number (5.3.1)
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lua.h b/lua.h
@@ -1,5 +1,5 @@
/*
-** $Id: lua.h,v 1.326 2015/01/13 19:50:30 roberto Exp roberto $
+** $Id: lua.h,v 1.327 2015/03/10 14:17:51 roberto Exp roberto $
** Lua - A Scripting Language
** Lua.org, PUC-Rio, Brazil (http://www.lua.org)
** See Copyright Notice at the end of this file
@@ -19,7 +19,7 @@
#define LUA_VERSION_MAJOR "5"
#define LUA_VERSION_MINOR "3"
#define LUA_VERSION_NUM 503
-#define LUA_VERSION_RELEASE "0"
+#define LUA_VERSION_RELEASE "1"
#define LUA_VERSION "Lua " LUA_VERSION_MAJOR "." LUA_VERSION_MINOR
#define LUA_RELEASE LUA_VERSION "." LUA_VERSION_RELEASE