From 047c957ed6e58cb4019d6719f380600e878291c9 Mon Sep 17 00:00:00 2001 From: van Hauser Date: Thu, 11 Aug 2016 09:51:27 +0200 Subject: [PATCH] 8.4-dev --- CHANGES | 5 ++++- hydra.c | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index b12f982..1c1033f 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,10 @@ Changelog for hydra ------------------- +Release 8.4-dev +* your patch? + + Release 8.3 * Support for upcoming OpenSSL 1.1 added. needs testing. * Fixed hydra redo bug (issue #113) @@ -8,7 +12,6 @@ Release 8.3 * Some more command line error checking * Ensured unneeded sockets are closed - Release 8.2 * Added RTSP module, thanks to jjavi89 for supplying! * Added patch for ssh that fixes hyra stopping to connect, thanks to ShantonRU for the patch diff --git a/hydra.c b/hydra.c index 4cfe61a..91b9e64 100644 --- a/hydra.c +++ b/hydra.c @@ -167,7 +167,7 @@ char *SERVICES = #define RESTOREFILE "./hydra.restore" #define PROGRAM "Hydra" -#define VERSION "v8.3" +#define VERSION "v8.4-dev" #define AUTHOR "van Hauser/THC" #define EMAIL "" #define RESOURCE "http://www.thc.org/thc-hydra"