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 0c0c8ed commit a2a6221Copy full SHA for a2a6221
source/main.cpp
@@ -82,11 +82,11 @@ namespace global
82
83
LUA->CreateTable( );
84
85
- LUA->PushString( "serversecure 1.5.26" );
+ LUA->PushString( "serversecure 1.5.27" );
86
LUA->SetField( -2, "Version" );
87
88
// version num follows LuaJIT style, xxyyzz
89
- LUA->PushNumber( 10526 );
+ LUA->PushNumber( 10527 );
90
LUA->SetField( -2, "VersionNum" );
91
92
LUA->PushCFunction( GetClientCount );
0 commit comments