Skip to content

Commit 2dbff58

Browse files
authored
Merge pull request #42 from danielga/attempt-at-fixing-steam-api-use
Fix Steam API use
2 parents 90ddb1e + 6b79e44 commit 2dbff58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/main.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,11 @@ namespace global
8282

8383
LUA->CreateTable( );
8484

85-
LUA->PushString( "serversecure 1.5.28" );
85+
LUA->PushString( "serversecure 1.5.29" );
8686
LUA->SetField( -2, "Version" );
8787

8888
// version num follows LuaJIT style, xxyyzz
89-
LUA->PushNumber( 10528 );
89+
LUA->PushNumber( 10529 );
9090
LUA->SetField( -2, "VersionNum" );
9191

9292
LUA->PushCFunction( GetClientCount );

0 commit comments

Comments
 (0)