1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-12-23 07:08:19 +00:00

Set github master to non-production mode

This commit is contained in:
philsmd 2018-12-04 11:54:05 +01:00
parent 57980a70d1
commit 2ee7306322
No known key found for this signature in database
GPG Key ID: 4F25D016D9D6A8AF
2 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
* changes v5.1.0 -> v5.x.x
* changes v5.0.0 -> v5.1.0
##

View File

@ -5,7 +5,7 @@
SHARED := 0
DEBUG := 0
PRODUCTION := 1
PRODUCTION := 0
PRODUCTION_VERSION := v5.1.0
ENABLE_BRAIN := 1
USE_SYSTEM_LZMA := 0