Răsfoiți Sursa

next release won't be beta

Roberto Ierusalimschy 10 ani în urmă
părinte
comite
125296c83d
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  1. 2 2
      lua.h

+ 2 - 2
lua.h

@@ -1,5 +1,5 @@
 /*
 /*
-** $Id: lua.h,v 1.320 2014/11/08 17:57:08 roberto Exp roberto $
+** $Id: lua.h,v 1.321 2014/11/12 13:30:15 roberto Exp roberto $
 ** Lua - A Scripting Language
 ** Lua - A Scripting Language
 ** Lua.org, PUC-Rio, Brazil (http://www.lua.org)
 ** Lua.org, PUC-Rio, Brazil (http://www.lua.org)
 ** See Copyright Notice at the end of this file
 ** See Copyright Notice at the end of this file
@@ -19,7 +19,7 @@
 #define LUA_VERSION_MAJOR	"5"
 #define LUA_VERSION_MAJOR	"5"
 #define LUA_VERSION_MINOR	"3"
 #define LUA_VERSION_MINOR	"3"
 #define LUA_VERSION_NUM		503
 #define LUA_VERSION_NUM		503
-#define LUA_VERSION_RELEASE	"beta"
+#define LUA_VERSION_RELEASE	"0"
 
 
 #define LUA_VERSION	"Lua " LUA_VERSION_MAJOR "." LUA_VERSION_MINOR
 #define LUA_VERSION	"Lua " LUA_VERSION_MAJOR "." LUA_VERSION_MINOR
 #define LUA_RELEASE	LUA_VERSION "." LUA_VERSION_RELEASE
 #define LUA_RELEASE	LUA_VERSION "." LUA_VERSION_RELEASE