From 639dce3be18831e03384482329e770ba6d12f6ef Mon Sep 17 00:00:00 2001 From: van Hauser Date: Wed, 3 May 2017 14:10:17 +0200 Subject: [PATCH] v8.6-dev init --- CHANGES | 4 ++++ hydra.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index c185553..249e2bb 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,10 @@ Changelog for hydra ------------------- +Release 8.6-dev +* ... + + Release 8.5 * New command line option: -b : format option for -o output file (json only so far, happy for patches supporting others :) ) - thanks to veggiespam for the patch diff --git a/hydra.c b/hydra.c index 3f3f358..e394fbd 100644 --- a/hydra.c +++ b/hydra.c @@ -171,7 +171,7 @@ char *SERVICES = #define RESTOREFILE "./hydra.restore" #define PROGRAM "Hydra" -#define VERSION "v8.5" +#define VERSION "v8.6-dev" #define AUTHOR "van Hauser/THC" #define EMAIL "" #define RESOURCE "http://www.thc.org/thc-hydra"