Skip to content

Commit 6e8ed6f

Browse files
committed
Version 1.5.1
1 parent 8fe7763 commit 6e8ed6f

File tree

4 files changed

+9
-2
lines changed

4 files changed

+9
-2
lines changed

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2017-07-21 Guillaume LE VAILLANT <[email protected]>
2+
Version 1.5.1
3+
Fix possible deadlock.
4+
15
2017-07-19 Guillaume LE VAILLANT <[email protected]>
26
Version 1.5.0
37
Add bruteforcing speed and last tried password to progress info.

NEWS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
Version 1.5.1
2+
2017-07-21
3+
14
Version 1.5.0
25
2017-07-19
36

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AC_INIT(bruteforce_wallet, 1.5.0)
1+
AC_INIT(bruteforce_wallet, 1.5.1)
22
AM_INIT_AUTOMAKE
33
AC_CONFIG_SRCDIR(src/bruteforce-wallet.c)
44

src/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
2020
#ifndef VERSION_H
2121
#define VERSION_H 1
2222

23-
#define VERSION_NUMBER "1.5.0"
23+
#define VERSION_NUMBER "1.5.1"
2424

2525
#endif

0 commit comments

Comments
 (0)