diff --git a/source/main.cpp b/source/main.cpp index a54014f..1703178 100644 --- a/source/main.cpp +++ b/source/main.cpp @@ -11,11 +11,11 @@ GMOD_MODULE_OPEN( ) { LUA->CreateTable( ); - LUA->PushString( "luaerror 1.5.1" ); + LUA->PushString( "luaerror 1.5.2" ); LUA->SetField( -2, "Version" ); // version num follows LuaJIT style, xxyyzz - LUA->PushNumber( 10501 ); + LUA->PushNumber( 10502 ); LUA->SetField( -2, "VersionNum" ); #if defined LUAERROR_SERVER