aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoberto I <roberto@inf.puc-rio.br>2026-01-29 14:24:25 -0300
committerRoberto I <roberto@inf.puc-rio.br>2026-01-29 14:24:25 -0300
commitefbc29754544dd820bfdc81edf17d7dcfad31d05 (patch)
tree58f396b8dd723929e288e117befe1abbfb2aa9ac
parentcfcaa9493b783527e5b5dfb71afb51602b3bccac (diff)
downloadlua-efbc29754544dd820bfdc81edf17d7dcfad31d05.tar.gz
lua-efbc29754544dd820bfdc81edf17d7dcfad31d05.tar.bz2
lua-efbc29754544dd820bfdc81edf17d7dcfad31d05.zip
New year and (eventual) new release
-rw-r--r--lua.h6
-rwxr-xr-xmanual/2html2
2 files changed, 4 insertions, 4 deletions
diff --git a/lua.h b/lua.h
index ab473dc3..6deaed49 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-2025 Lua.org, PUC-Rio" 16#define LUA_COPYRIGHT LUA_RELEASE " Copyright (C) 1994-2026 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 5 21#define LUA_VERSION_MINOR_N 5
22#define LUA_VERSION_RELEASE_N 0 22#define LUA_VERSION_RELEASE_N 1
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)
@@ -521,7 +521,7 @@ struct lua_Debug {
521 521
522 522
523/****************************************************************************** 523/******************************************************************************
524* Copyright (C) 1994-2025 Lua.org, PUC-Rio. 524* Copyright (C) 1994-2026 Lua.org, PUC-Rio.
525* 525*
526* Permission is hereby granted, free of charge, to any person obtaining 526* Permission is hereby granted, free of charge, to any person obtaining
527* a copy of this software and associated documentation files (the 527* a copy of this software and associated documentation files (the
diff --git a/manual/2html b/manual/2html
index b7afd2a6..d3b88b34 100755
--- a/manual/2html
+++ b/manual/2html
@@ -30,7 +30,7 @@ by Roberto Ierusalimschy, Luiz Henrique de Figueiredo, Waldemar Celes
30<p> 30<p>
31<small> 31<small>
32<a href="http://www.lua.org/copyright.html">Copyright</a> 32<a href="http://www.lua.org/copyright.html">Copyright</a>
33&copy; 2025 Lua.org, PUC-Rio. All rights reserved. 33&copy; 2026 Lua.org, PUC-Rio. All rights reserved.
34</small> 34</small>
35<hr> 35<hr>
36 36