From 1cbffa73458f39408572b2fc7f7ae34cc31d5854 Mon Sep 17 00:00:00 2001 From: Daniel Date: Sat, 3 Apr 2021 22:47:46 +0100 Subject: [PATCH] Bumped 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 09b62c0..96f23a6 100644 --- a/source/main.cpp +++ b/source/main.cpp @@ -12,11 +12,11 @@ GMOD_MODULE_OPEN( ) { LUA->CreateTable( ); - LUA->PushString( "luaerror 1.5.5" ); + LUA->PushString( "luaerror 1.5.6" ); LUA->SetField( -2, "Version" ); // version num follows LuaJIT style, xxyyzz - LUA->PushNumber( 10505 ); + LUA->PushNumber( 10506 ); LUA->SetField( -2, "VersionNum" ); #if defined LUAERROR_SERVER