File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -132,14 +132,14 @@ public struct luaL_Buffer {
132
132
133
133
public const string LUA_VERSION_MAJOR = "5" ;
134
134
public const string LUA_VERSION_MINOR = "4" ;
135
- public const string LUA_VERSION_RELEASE = "6 " ;
135
+ public const string LUA_VERSION_RELEASE = "7 " ;
136
136
137
137
public const int LUA_VERSION_NUM = 504 ;
138
- public const int LUA_VERSION_RELEASE_NUM = LUA_VERSION_NUM * 100 + 6 ;
138
+ public const int LUA_VERSION_RELEASE_NUM = LUA_VERSION_NUM * 100 + 7 ;
139
139
140
140
public const string LUA_VERSION = "Lua " + LUA_VERSION_MAJOR + "." + LUA_VERSION_MINOR ;
141
141
public const string LUA_RELEASE = LUA_VERSION + "." + LUA_VERSION_RELEASE ;
142
- public const string LUA_COPYRIGHT = LUA_RELEASE + " Copyright (C) 1994-2023 Lua.org, PUC-Rio" ;
142
+ public const string LUA_COPYRIGHT = LUA_RELEASE + " Copyright (C) 1994-2024 Lua.org, PUC-Rio" ;
143
143
public const string LUA_AUTHORS = "R. Ierusalimschy, L. H. de Figueiredo, W. Celes" ;
144
144
145
145
public const string LUA_SIGNATURE = "\x1b Lua" ;
You can’t perform that action at this time.
0 commit comments