aboutsummaryrefslogtreecommitdiff
path: root/lua.h
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2014-10-04 19:57:36 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2014-10-04 19:57:36 -0300
commit15f415051810726eb7e22425a823d33a354e026a (patch)
tree0f2fc9d2bae982a2d97aae65b0dd165f2fa7280e /lua.h
parentc5cae9362cc534b6d39dace66bcfbcb0a9509b25 (diff)
downloadlua-15f415051810726eb7e22425a823d33a354e026a.tar.gz
lua-15f415051810726eb7e22425a823d33a354e026a.tar.bz2
lua-15f415051810726eb7e22425a823d33a354e026a.zip
alpha -> beta
Diffstat (limited to 'lua.h')
-rw-r--r--lua.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lua.h b/lua.h
index 0443c9d4..c5d859d4 100644
--- a/lua.h
+++ b/lua.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lua.h,v 1.314 2014/08/21 20:07:56 roberto Exp roberto $ 2** $Id: lua.h,v 1.315 2014/10/01 11:54:56 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 "alpha" 22#define LUA_VERSION_RELEASE "beta"
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