From 9f10afca09fb40b4313a0c968419eb09182d9afc Mon Sep 17 00:00:00 2001 From: Daniel Date: Thu, 23 Aug 2018 23:35:14 +0100 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 0419c36..a54014f 100644 --- a/source/main.cpp +++ b/source/main.cpp @@ -11,11 +11,11 @@ GMOD_MODULE_OPEN( ) { LUA->CreateTable( ); - LUA->PushString( "luaerror 1.5.0" ); + LUA->PushString( "luaerror 1.5.1" ); LUA->SetField( -2, "Version" ); // version num follows LuaJIT style, xxyyzz - LUA->PushNumber( 10500 ); + LUA->PushNumber( 10501 ); LUA->SetField( -2, "VersionNum" ); #if defined LUAERROR_SERVER