Skip to content

Commit

Permalink
hashcat 6.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jsteube committed May 15, 2021
1 parent 0e2dc4b commit 442a95d
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/changes.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
* changes v6.2.0 -> v6.x.x
* changes v6.2.0 -> v6.2.1

##
## Technical
Expand Down
2 changes: 1 addition & 1 deletion docs/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
|_____| /___________/ |_____| /_____/ /_______|
: : :

hashcat v6.2.0
hashcat v6.2.1
==============

AMD GPUs on Linux require "RadeonOpenCompute (ROCm)" Software Platform (3.1 or later)
Expand Down
2 changes: 1 addition & 1 deletion extra/tab_completion/hashcat.sh
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ _hashcat_contains ()

_hashcat ()
{
local VERSION=6.2.0
local VERSION=6.2.1

local ATTACK_MODES="0 1 3 6 7 9"
local HCCAPX_MESSAGE_PAIRS="0 1 2 3 4 5"
Expand Down
4 changes: 2 additions & 2 deletions src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

SHARED ?= 0
DEBUG := 0
PRODUCTION := 0
PRODUCTION_VERSION := v6.2.0
PRODUCTION := 1
PRODUCTION_VERSION := v6.2.1
ENABLE_CUBIN ?= 1
ENABLE_BRAIN ?= 1
ENABLE_UNRAR ?= 1
Expand Down
2 changes: 1 addition & 1 deletion tools/package_bin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
##

export IN=$HOME/hashcat
export OUT=$HOME/xy/hashcat-6.2.0
export OUT=$HOME/xy/hashcat-6.2.1

rm -rf $OUT
rm -rf $OUT.7z
Expand Down

0 comments on commit 442a95d

Please sign in to comment.