Skip to content

Commit b4d2099

Browse files
committed
Bump revision number
1 parent 2ef6f87 commit b4d2099

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/module/main.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ GMOD_MODULE_OPEN( )
1818
{
1919
LUA->CreateTable( );
2020

21-
LUA->PushString( "crypt 2.1.0" );
21+
LUA->PushString( "crypt 2.1.1" );
2222
LUA->SetField( -2, "Version" );
2323

2424
// version num follows LuaJIT style, xx.yy.zz
25-
LUA->PushNumber( 20100 );
25+
LUA->PushNumber( 20101 );
2626
LUA->SetField( -2, "VersionNum" );
2727

2828
LUA->PushCFunction( GenerateRandomBytes );

0 commit comments

Comments
 (0)