New year (2024)

This commit is contained in:
Roberto Ierusalimschy
2024-05-02 12:03:30 -03:00
parent 0897c0a428
commit 9d985db7bb
2 changed files with 3 additions and 3 deletions

4
lua.h
View File

@@ -13,7 +13,7 @@
#include <stddef.h>
#define LUA_COPYRIGHT LUA_RELEASE " Copyright (C) 1994-2023 Lua.org, PUC-Rio"
#define LUA_COPYRIGHT LUA_RELEASE " Copyright (C) 1994-2024 Lua.org, PUC-Rio"
#define LUA_AUTHORS "R. Ierusalimschy, L. H. de Figueiredo, W. Celes"
@@ -525,7 +525,7 @@ struct lua_Debug {
/******************************************************************************
* Copyright (C) 1994-2023 Lua.org, PUC-Rio.
* Copyright (C) 1994-2024 Lua.org, PUC-Rio.
*
* Permission is hereby granted, free of charge, to any person obtaining
* a copy of this software and associated documentation files (the