Skip to content

Commit b4dafaa

Browse files
committed
Bumped revision version
1 parent 17eff12 commit b4dafaa

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
@@ -136,11 +136,11 @@ namespace global
136136
{
137137
LUA->CreateTable( );
138138

139-
LUA->PushString( "sourcenet 1.1.6" );
139+
LUA->PushString( "sourcenet 1.1.7" );
140140
LUA->SetField( -2, "Version" );
141141

142142
// version num follows LuaJIT style, xxyyzz
143-
LUA->PushNumber( 10106 );
143+
LUA->PushNumber( 10107 );
144144
LUA->SetField( -2, "VersionNum" );
145145

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

0 commit comments

Comments
 (0)