diff options
Diffstat (limited to 'lua.h')
| -rw-r--r-- | lua.h | 6 |
1 files changed, 3 insertions, 3 deletions
| @@ -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 |
