v9.1-dev init

This commit is contained in:
van Hauser 2019-05-17 09:05:44 +02:00
parent ce3ae57645
commit c4667685f7
2 changed files with 5 additions and 1 deletions

View file

@ -1,6 +1,10 @@
Changelog for hydra Changelog for hydra
------------------- -------------------
Release 9.1-dev
* your patch? :)
Release 9.0 Release 9.0
* rdp: Revamped rdp module to use FreeRDP library (thanks to loianhtuan@github for the patch!) * rdp: Revamped rdp module to use FreeRDP library (thanks to loianhtuan@github for the patch!)
* Added memcached module * Added memcached module

View file

@ -214,7 +214,7 @@ char *SERVICES =
#define RESTOREFILE "./hydra.restore" #define RESTOREFILE "./hydra.restore"
#define PROGRAM "Hydra" #define PROGRAM "Hydra"
#define VERSION "v9.0" #define VERSION "v9.1-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"