callisto: update CALLISTO_COPYRIGHT to 2023

Lua 5.4.6 is Copyright (C) 1994-2023 Lua.org, PUC-Rio
This commit is contained in:
Jeremy Baxter 2024-04-09 14:23:55 +12:00
parent 51192ad58f
commit 57faad7a39

View file

@ -17,7 +17,7 @@
#define CALLISTO_VERSION \
"Callisto " CALLISTO_VERSION_MAJOR "." CALLISTO_VERSION_MINOR
#define CALLISTO_COPYRIGHT \
CALLISTO_VERSION " (" LUA_RELEASE ") Copyright (C) 1994-2022 Lua.org, PUC-Rio"
CALLISTO_VERSION " (" LUA_RELEASE ") Copyright (C) 1994-2023 Lua.org, PUC-Rio"
#define CALLISTO_CLLIBNAME "cl"
#define CALLISTO_ENVLIBNAME "environ"