Skip to content

Commit 0757b45

Browse files
committed
Modified version string content.
1 parent 24642d2 commit 0757b45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ GMOD_MODULE_OPEN( )
1010

1111
LUA->CreateTable( );
1212

13-
LUA->PushString( "1.0.3" );
13+
LUA->PushString( "crypt 1.0.3" );
1414
LUA->SetField( -2, "Version" );
1515

1616
// version num follows LuaJIT style, xx.yy.zz

0 commit comments

Comments
 (0)