From 136810ec5f408c05bbe878eb5b94cff0cb97189c Mon Sep 17 00:00:00 2001 From: Daniel Date: Sun, 13 Dec 2020 19:01:57 +0000 Subject: [PATCH] Bump revision number for garrysmod_common fixes --- source/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 );