Skip to content

Commit 4398e45

Browse files
committed
Version 1.5.2
1 parent 38bbd46 commit 4398e45

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

ChangeLog

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2019-05-21 Guillaume LE VAILLANT <glv@posteo.net>
2+
Version 1.5.2
3+
Fix possible segmentation fault.
4+
Improve some messages.
5+
16
2017-07-21 Guillaume LE VAILLANT <glv@posteo.net>
27
Version 1.5.1
38
Fix possible deadlock.

NEWS

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
Version 1.5.2
2+
2019-05-21
3+
14
Version 1.5.1
25
2017-07-21
36

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AC_INIT(bruteforce_wallet, 1.5.1)
1+
AC_INIT(bruteforce_wallet, 1.5.2)
22
AM_INIT_AUTOMAKE
33
AC_CONFIG_SRCDIR(src/bruteforce-wallet.c)
44

src/version.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
Bruteforce a wallet file.
33
4-
Copyright 2014-2017 Guillaume LE VAILLANT
4+
Copyright 2014-2019 Guillaume LE VAILLANT
55
66
This program is free software: you can redistribute it and/or modify
77
it under the terms of the GNU General Public License as published by
@@ -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.1"
23+
#define VERSION_NUMBER "1.5.2"
2424

2525
#endif

0 commit comments

Comments
 (0)