1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-01-22 05:31:11 +00:00

Initial v4.1.1 deverloper mode commit

This commit is contained in:
jsteube 2018-02-28 11:25:23 +01:00
parent a71c69983d
commit 83f07febfc
4 changed files with 6 additions and 4 deletions

View File

@ -1,3 +1,5 @@
* changes v4.1.0 -> v4.1.1
* changes v4.0.1 -> v4.1.0
##

View File

@ -1,4 +1,4 @@
hashcat v4.1.0
hashcat v4.1.1
==============
AMD GPUs on Linux require "RadeonOpenCompute (ROCm)" Software Platform (1.6.180 or later)

View File

@ -5,8 +5,8 @@
SHARED := 0
DEBUG := 0
PRODUCTION := 1
PRODUCTION_VERSION := v4.1.0
PRODUCTION := 0
PRODUCTION_VERSION := v4.1.1
##
## Detect Operating System

View File

@ -6,7 +6,7 @@
##
export IN=$HOME/hashcat
export OUT=$HOME/xy/hashcat-4.1.0
export OUT=$HOME/xy/hashcat-4.1.1
rm -rf $OUT
rm -rf $OUT.7z