Skip to content

Commit

Permalink
Bumped revision number
Browse files Browse the repository at this point in the history
  • Loading branch information
danielga committed Aug 26, 2018
1 parent 8f14b7e commit 64e35c7
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 @@ -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
Expand Down

0 comments on commit 64e35c7

Please sign in to comment.