Skip to content

Commit

Permalink
Bump revision number for garrysmod_common fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
danielga committed Dec 13, 2020
1 parent 7004436 commit 136810e
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 @@ -27,11 +27,11 @@ namespace global

LUA->CreateTable( );

LUA->PushString( "serversecure 1.5.31" );
LUA->PushString( "serversecure 1.5.32" );
LUA->SetField( -2, "Version" );

// version num follows LuaJIT style, xxyyzz
LUA->PushNumber( 10531 );
LUA->PushNumber( 10532 );
LUA->SetField( -2, "VersionNum" );

LUA->PushCFunction( GetClientCount );
Expand Down

0 comments on commit 136810e

Please sign in to comment.