aboutsummaryrefslogtreecommitdiff
path: root/lua.h
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2024-04-26 14:55:18 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2024-04-26 14:55:18 -0300
commitde794a6527058e75b674118b35f39dcbb13e88b1 (patch)
tree3699604543f09398d7aa62729309c3685354ed83 /lua.h
parent8b83417de982d068bd92e0428a42ca0cdd909789 (diff)
downloadlua-de794a6527058e75b674118b35f39dcbb13e88b1.tar.gz
lua-de794a6527058e75b674118b35f39dcbb13e88b1.tar.bz2
lua-de794a6527058e75b674118b35f39dcbb13e88b1.zip
Towards release 5.4.7
Diffstat (limited to 'lua.h')
-rw-r--r--lua.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lua.h b/lua.h
index 040cc8e4..41a4bf8c 100644
--- a/lua.h
+++ b/lua.h
@@ -13,13 +13,13 @@
13#include <stddef.h> 13#include <stddef.h>
14 14
15 15
16#define LUA_COPYRIGHT LUA_RELEASE " Copyright (C) 1994-2023 Lua.org, PUC-Rio" 16#define LUA_COPYRIGHT LUA_RELEASE " Copyright (C) 1994-2024 Lua.org, PUC-Rio"
17#define LUA_AUTHORS "R. Ierusalimschy, L. H. de Figueiredo, W. Celes" 17#define LUA_AUTHORS "R. Ierusalimschy, L. H. de Figueiredo, W. Celes"
18 18
19 19
20#define LUA_VERSION_MAJOR_N 5 20#define LUA_VERSION_MAJOR_N 5
21#define LUA_VERSION_MINOR_N 4 21#define LUA_VERSION_MINOR_N 4
22#define LUA_VERSION_RELEASE_N 6 22#define LUA_VERSION_RELEASE_N 7
23 23
24#define LUA_VERSION_NUM (LUA_VERSION_MAJOR_N * 100 + LUA_VERSION_MINOR_N) 24#define LUA_VERSION_NUM (LUA_VERSION_MAJOR_N * 100 + LUA_VERSION_MINOR_N)
25#define LUA_VERSION_RELEASE_NUM (LUA_VERSION_NUM * 100 + LUA_VERSION_RELEASE_N) 25#define LUA_VERSION_RELEASE_NUM (LUA_VERSION_NUM * 100 + LUA_VERSION_RELEASE_N)
@@ -507,7 +507,7 @@ struct lua_Debug {
507 507
508 508
509/****************************************************************************** 509/******************************************************************************
510* Copyright (C) 1994-2023 Lua.org, PUC-Rio. 510* Copyright (C) 1994-2024 Lua.org, PUC-Rio.
511* 511*
512* Permission is hereby granted, free of charge, to any person obtaining 512* Permission is hereby granted, free of charge, to any person obtaining
513* a copy of this software and associated documentation files (the 513* a copy of this software and associated documentation files (the