mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-22 08:08:10 +00:00
It's important to release a fixed version of v2.00 because of the issue #1 even if AMD is not affected
This commit is contained in:
parent
a1b373a418
commit
490ff03fe1
@ -1,3 +1,5 @@
|
||||
* changes v2.01 -> not-known-yet:
|
||||
|
||||
* changes v2.00 -> v2.01:
|
||||
|
||||
Type.: Bug
|
||||
|
@ -15,8 +15,8 @@ const char *PROGNAME = "cudaHashcat";
|
||||
const char *PROGNAME = "oclHashcat";
|
||||
#endif
|
||||
|
||||
const char *VERSION_TXT = "2.00";
|
||||
const uint VERSION_BIN = 200;
|
||||
const char *VERSION_TXT = "2.01";
|
||||
const uint VERSION_BIN = 201;
|
||||
const uint RESTORE_MIN = 200;
|
||||
|
||||
#define INCR_RULES 10000
|
||||
|
@ -6,7 +6,7 @@
|
||||
##
|
||||
|
||||
export IN=$HOME/oclHashcat
|
||||
export OUT=$HOME/xy/oclHashcat-2.00
|
||||
export OUT=$HOME/xy/oclHashcat-2.01
|
||||
|
||||
rm -rf $OUT
|
||||
rm -rf $OUT.7z
|
||||
|
@ -6,7 +6,7 @@
|
||||
##
|
||||
|
||||
export IN=$HOME/oclHashcat
|
||||
export OUT=$HOME/xy/cudaHashcat-2.00
|
||||
export OUT=$HOME/xy/cudaHashcat-2.01
|
||||
|
||||
rm -rf $OUT
|
||||
rm -rf $OUT.7z
|
||||
|
Loading…
Reference in New Issue
Block a user