aboutsummaryrefslogtreecommitdiff
path: root/lua.h
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2017-07-27 10:36:54 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2017-07-27 10:36:54 -0300
commit11769b203f052f7423575c1a66901cb9eb277206 (patch)
tree59b2ab3faf3e104c1c8758b46f13a15da3cda59b /lua.h
parentb1daa069bac27055f17753e85dca6aa256efef6f (diff)
downloadlua-11769b203f052f7423575c1a66901cb9eb277206.tar.gz
lua-11769b203f052f7423575c1a66901cb9eb277206.tar.bz2
lua-11769b203f052f7423575c1a66901cb9eb277206.zip
new version (5.4)
Diffstat (limited to 'lua.h')
-rw-r--r--lua.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/lua.h b/lua.h
index 1499c04e..eb76a27f 100644
--- a/lua.h
+++ b/lua.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lua.h,v 1.334 2017/05/18 12:34:58 roberto Exp roberto $ 2** $Id: lua.h,v 1.335 2017/05/26 19:14:29 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
@@ -17,9 +17,9 @@
17 17
18 18
19#define LUA_VERSION_MAJOR "5" 19#define LUA_VERSION_MAJOR "5"
20#define LUA_VERSION_MINOR "3" 20#define LUA_VERSION_MINOR "4"
21#define LUA_VERSION_NUM 503 21#define LUA_VERSION_NUM 504
22#define LUA_VERSION_RELEASE "4" 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