Skip to content

Commit 9cd9c27

Browse files
committed
Bump revision number
1 parent 91d43e7 commit 9cd9c27

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
@@ -116,11 +116,11 @@ namespace global
116116
{
117117
LUA->CreateTable( );
118118

119-
LUA->PushString( "sourcenet 1.1.7" );
119+
LUA->PushString( "sourcenet 1.1.8" );
120120
LUA->SetField( -2, "Version" );
121121

122122
// version num follows LuaJIT style, xxyyzz
123-
LUA->PushNumber( 10107 );
123+
LUA->PushNumber( 10108 );
124124
LUA->SetField( -2, "VersionNum" );
125125

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

0 commit comments

Comments
 (0)