Prepare v3.10 release

This commit is contained in:
Jens Steube
2016-08-18 21:03:46 +02:00
parent 0bd1dfe494
commit 687b4a816d
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
* changes v3.00 -> v3.xx:
* changes v3.00 -> v3.10:
##
## Improvements
+1 -1
View File
@@ -1,4 +1,4 @@
hashcat v3.00
hashcat v3.10
=============
AMD users require AMD drivers 14.9 or later (recommended 15.12)
+1 -1
View File
@@ -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 };