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 2ef6f87 commit b4d2099Copy full SHA for b4d2099
source/module/main.cpp
@@ -18,11 +18,11 @@ GMOD_MODULE_OPEN( )
18
{
19
LUA->CreateTable( );
20
21
- LUA->PushString( "crypt 2.1.0" );
+ LUA->PushString( "crypt 2.1.1" );
22
LUA->SetField( -2, "Version" );
23
24
// version num follows LuaJIT style, xx.yy.zz
25
- LUA->PushNumber( 20100 );
+ LUA->PushNumber( 20101 );
26
LUA->SetField( -2, "VersionNum" );
27
28
LUA->PushCFunction( GenerateRandomBytes );
0 commit comments