new 8.9-dev init

This commit is contained in:
van Hauser 2019-02-26 08:43:25 -05:00
commit ce2fd05edf
2 changed files with 5 additions and 1 deletions

View file

@ -1,6 +1,10 @@
Changelog for hydra Changelog for hydra
------------------- -------------------
Release 8.9-dev
* your patch? :)
Release 8.9.1 Release 8.9.1
* Clarification for rdp error message * Clarification for rdp error message
* CIDR notation (hydra -l test -p test 192.168.0.0/24 ftp) was not detected, fixed * CIDR notation (hydra -l test -p test 192.168.0.0/24 ftp) was not detected, fixed

View file

@ -204,7 +204,7 @@ char *SERVICES =
#define RESTOREFILE "./hydra.restore" #define RESTOREFILE "./hydra.restore"
#define PROGRAM "Hydra" #define PROGRAM "Hydra"
#define VERSION "v8.9.1" #define VERSION "v8.9-dev"
#define AUTHOR "van Hauser/THC" #define AUTHOR "van Hauser/THC"
#define EMAIL "<vh@thc.org>" #define EMAIL "<vh@thc.org>"
#define RESOURCE "https://github.com/vanhauser-thc/thc-hydra" #define RESOURCE "https://github.com/vanhauser-thc/thc-hydra"