Skip to content

Commit f10dc45

Browse files
committed
Bump revision number
1 parent d1bc2d3 commit f10dc45

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
@@ -89,11 +89,11 @@ namespace global
8989
{
9090
LUA->CreateTable( );
9191

92-
LUA->PushString( "sourcenet 1.1.9" );
92+
LUA->PushString( "sourcenet 1.1.10" );
9393
LUA->SetField( -2, "Version" );
9494

9595
// version num follows LuaJIT style, xxyyzz
96-
LUA->PushNumber( 10109 );
96+
LUA->PushNumber( 10110 );
9797
LUA->SetField( -2, "VersionNum" );
9898

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

0 commit comments

Comments
 (0)