From 6e8ed6f75b16a7dcca330fedb02ccbe0a94c2c4e Mon Sep 17 00:00:00 2001 From: Guillaume LE VAILLANT Date: Fri, 21 Jul 2017 10:29:31 +0200 Subject: [PATCH] Version 1.5.1 --- ChangeLog | 4 ++++ NEWS | 3 +++ configure.ac | 2 +- src/version.h | 2 +- 4 files changed, 9 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 41d4054..cc87d31 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2017-07-21 Guillaume LE VAILLANT + Version 1.5.1 + Fix possible deadlock. + 2017-07-19 Guillaume LE VAILLANT Version 1.5.0 Add bruteforcing speed and last tried password to progress info. diff --git a/NEWS b/NEWS index ec2899f..ad9f48f 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,6 @@ +Version 1.5.1 + 2017-07-21 + Version 1.5.0 2017-07-19 diff --git a/configure.ac b/configure.ac index 1957523..f1c6e71 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(bruteforce_wallet, 1.5.0) +AC_INIT(bruteforce_wallet, 1.5.1) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR(src/bruteforce-wallet.c) diff --git a/src/version.h b/src/version.h index 550210b..be144e2 100644 --- a/src/version.h +++ b/src/version.h @@ -20,6 +20,6 @@ along with this program. If not, see . #ifndef VERSION_H #define VERSION_H 1 -#define VERSION_NUMBER "1.5.0" +#define VERSION_NUMBER "1.5.1" #endif