We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2d9c4c commit a9346c1Copy full SHA for a9346c1
source/main.cpp
@@ -87,11 +87,11 @@ namespace global
87
{
88
LUA->CreateTable( );
89
90
- LUA->PushString( "sourcenet 1.1.10" );
+ LUA->PushString( "sourcenet 1.1.11" );
91
LUA->SetField( -2, "Version" );
92
93
// version num follows LuaJIT style, xxyyzz
94
- LUA->PushNumber( 10110 );
+ LUA->PushNumber( 10111 );
95
LUA->SetField( -2, "VersionNum" );
96
97
LUA->SetField( GarrysMod::Lua::INDEX_GLOBAL, "sourcenet" );
0 commit comments