1
0
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:
Jens Steube 2015-12-05 13:42:02 +01:00
parent a1b373a418
commit 490ff03fe1
4 changed files with 6 additions and 4 deletions

View File

@ -1,3 +1,5 @@
* changes v2.01 -> not-known-yet:
* changes v2.00 -> v2.01:
Type.: Bug

View File

@ -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

View File

@ -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

View File

@ -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