1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-22 08:08:10 +00:00

Next release version will be v2.10

This commit is contained in:
jsteube 2016-01-05 08:30:18 +01:00
parent 331188167c
commit 16294fe94e
3 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
* changes v2.01 -> not-known-yet:
* changes v2.01 -> v2.10:
Type.: Feature
File.: Kernel

View File

@ -9,9 +9,9 @@
#include <getopt.h>
const char *PROGNAME = "oclHashcat";
const char *VERSION_TXT = "2.01";
const uint VERSION_BIN = 201;
const uint RESTORE_MIN = 201;
const char *VERSION_TXT = "2.10";
const uint VERSION_BIN = 210;
const uint RESTORE_MIN = 210;
#define INCR_RULES 10000
#define INCR_SALTS 100000

View File

@ -6,7 +6,7 @@
##
export IN=$HOME/oclHashcat
export OUT=$HOME/xy/oclHashcat-2.01
export OUT=$HOME/xy/oclHashcat-2.10
rm -rf $OUT
rm -rf $OUT.7z