1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-22 16:18:09 +00:00

Unset PRODUCTION

This commit is contained in:
jsteube 2018-08-03 22:42:09 +02:00
parent 9c0ba3a640
commit 1d7e1ba7e5
2 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
* changes v4.2.0 -> xxx
* changes v4.1.0 -> v4.2.0
##

View File

@ -5,7 +5,7 @@
SHARED := 0
DEBUG := 0
PRODUCTION := 1
PRODUCTION := 0
PRODUCTION_VERSION := v4.2.0
##