diff options
| author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2014-10-04 19:57:36 -0300 |
|---|---|---|
| committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2014-10-04 19:57:36 -0300 |
| commit | 15f415051810726eb7e22425a823d33a354e026a (patch) | |
| tree | 0f2fc9d2bae982a2d97aae65b0dd165f2fa7280e /lua.h | |
| parent | c5cae9362cc534b6d39dace66bcfbcb0a9509b25 (diff) | |
| download | lua-github-15f415051810726eb7e22425a823d33a354e026a.tar.gz | |
alpha -> beta
Diffstat (limited to 'lua.h')
| -rw-r--r-- | lua.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ /* -** $Id: lua.h,v 1.314 2014/08/21 20:07:56 roberto Exp roberto $ +** $Id: lua.h,v 1.315 2014/10/01 11:54:56 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 "alpha" +#define LUA_VERSION_RELEASE "beta" #define LUA_VERSION "Lua " LUA_VERSION_MAJOR "." LUA_VERSION_MINOR #define LUA_RELEASE LUA_VERSION "." LUA_VERSION_RELEASE |
