From 664c8617e24124c084f743b13290cbc2058d31f1 Mon Sep 17 00:00:00 2001 From: Daniel Date: Sun, 17 Nov 2019 12:16:01 +0000 Subject: [PATCH] Bumped revision number --- source/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 );