From 13151996bc58ea8f3c94abbd5eca1fba788aa1dd Mon Sep 17 00:00:00 2001 From: jsteube Date: Wed, 1 Aug 2018 22:32:12 +0200 Subject: [PATCH] Update version number for restore --- include/restore.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/restore.h b/include/restore.h index f339df978..0fe804a30 100644 --- a/include/restore.h +++ b/include/restore.h @@ -16,7 +16,7 @@ #endif // _WIN #define RESTORE_VERSION_MIN 340 -#define RESTORE_VERSION_CUR 400 +#define RESTORE_VERSION_CUR 420 int cycle_restore (hashcat_ctx_t *hashcat_ctx);