We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fe8abb commit 0d93cebCopy full SHA for 0d93ceb
source/main.cpp
@@ -27,11 +27,11 @@ namespace global
27
28
LUA->CreateTable( );
29
30
- LUA->PushString( "serversecure 1.5.35" );
+ LUA->PushString( "serversecure 1.5.36" );
31
LUA->SetField( -2, "Version" );
32
33
// version num follows LuaJIT style, xxyyzz
34
- LUA->PushNumber( 10535 );
+ LUA->PushNumber( 10536 );
35
LUA->SetField( -2, "VersionNum" );
36
37
LUA->PushCFunction( GetClientCount );
0 commit comments