Skip to content

Commit

Permalink
Bumped revision number for garrysmod_common fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
danielga committed Apr 3, 2021
1 parent 53faabc commit 1cbffa7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1cbffa7

Please sign in to comment.