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.
2 parents 90ddb1e + 6b79e44 commit 2dbff58Copy full SHA for 2dbff58
source/main.cpp
@@ -82,11 +82,11 @@ namespace global
82
83
LUA->CreateTable( );
84
85
- LUA->PushString( "serversecure 1.5.28" );
+ LUA->PushString( "serversecure 1.5.29" );
86
LUA->SetField( -2, "Version" );
87
88
// version num follows LuaJIT style, xxyyzz
89
- LUA->PushNumber( 10528 );
+ LUA->PushNumber( 10529 );
90
LUA->SetField( -2, "VersionNum" );
91
92
LUA->PushCFunction( GetClientCount );
0 commit comments