diff --git a/source/main.cpp b/source/main.cpp index 9311101..d0caf92 100644 --- a/source/main.cpp +++ b/source/main.cpp @@ -27,11 +27,11 @@ namespace global LUA->CreateTable( ); - LUA->PushString( "serversecure 1.5.31" ); + LUA->PushString( "serversecure 1.5.32" ); LUA->SetField( -2, "Version" ); // version num follows LuaJIT style, xxyyzz - LUA->PushNumber( 10531 ); + LUA->PushNumber( 10532 ); LUA->SetField( -2, "VersionNum" ); LUA->PushCFunction( GetClientCount );