Skip to content

Commit a9346c1

Browse files
committed
Bump revision number
1 parent d2d9c4c commit a9346c1

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
@@ -87,11 +87,11 @@ namespace global
8787
{
8888
LUA->CreateTable( );
8989

90-
LUA->PushString( "sourcenet 1.1.10" );
90+
LUA->PushString( "sourcenet 1.1.11" );
9191
LUA->SetField( -2, "Version" );
9292

9393
// version num follows LuaJIT style, xxyyzz
94-
LUA->PushNumber( 10110 );
94+
LUA->PushNumber( 10111 );
9595
LUA->SetField( -2, "VersionNum" );
9696

9797
LUA->SetField( GarrysMod::Lua::INDEX_GLOBAL, "sourcenet" );

0 commit comments

Comments
 (0)