From 57faad7a396ca0b1c3952f170e7bab8e45438a4a Mon Sep 17 00:00:00 2001 From: Jeremy Baxter Date: Tue, 9 Apr 2024 14:23:55 +1200 Subject: [PATCH] callisto: update CALLISTO_COPYRIGHT to 2023 Lua 5.4.6 is Copyright (C) 1994-2023 Lua.org, PUC-Rio --- callisto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/callisto.h b/callisto.h index ae00258..b0a1a3e 100644 --- a/callisto.h +++ b/callisto.h @@ -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"