diff --git a/source/main.cpp b/source/main.cpp index d7f0e15..d673028 100644 --- a/source/main.cpp +++ b/source/main.cpp @@ -82,11 +82,11 @@ namespace global LUA->CreateTable( ); - LUA->PushString( "serversecure 1.5.26" ); + LUA->PushString( "serversecure 1.5.27" ); LUA->SetField( -2, "Version" ); // version num follows LuaJIT style, xxyyzz - LUA->PushNumber( 10526 ); + LUA->PushNumber( 10527 ); LUA->SetField( -2, "VersionNum" ); LUA->PushCFunction( GetClientCount );