Skip to content

Commit 0d93ceb

Browse files
committed
Bump revision number
1 parent 7fe8abb commit 0d93ceb

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
@@ -27,11 +27,11 @@ namespace global
2727

2828
LUA->CreateTable( );
2929

30-
LUA->PushString( "serversecure 1.5.35" );
30+
LUA->PushString( "serversecure 1.5.36" );
3131
LUA->SetField( -2, "Version" );
3232

3333
// version num follows LuaJIT style, xxyyzz
34-
LUA->PushNumber( 10535 );
34+
LUA->PushNumber( 10536 );
3535
LUA->SetField( -2, "VersionNum" );
3636

3737
LUA->PushCFunction( GetClientCount );

0 commit comments

Comments
 (0)