mirror of
https://github.com/hashcat/hashcat.git
synced 2025-01-09 15:20:59 +00:00
Prepare v3.10 release
This commit is contained in:
parent
0bd1dfe494
commit
687b4a816d
@ -1,4 +1,4 @@
|
||||
* changes v3.00 -> v3.xx:
|
||||
* changes v3.00 -> v3.10:
|
||||
|
||||
##
|
||||
## Improvements
|
||||
|
@ -1,4 +1,4 @@
|
||||
hashcat v3.00
|
||||
hashcat v3.10
|
||||
=============
|
||||
|
||||
AMD users require AMD drivers 14.9 or later (recommended 15.12)
|
||||
|
@ -20,7 +20,7 @@
|
||||
#include <getopt.h>
|
||||
|
||||
const char *PROGNAME = "hashcat";
|
||||
const uint VERSION_BIN = 300;
|
||||
const uint VERSION_BIN = 310;
|
||||
const uint RESTORE_MIN = 300;
|
||||
|
||||
double TARGET_MS_PROFILE[4] = { 2, 12, 96, 480 };
|
||||
|
Loading…
Reference in New Issue
Block a user