Skip to content

Commit

Permalink
Version 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
glv2 committed Jul 21, 2017
1 parent 8fe7763 commit 6e8ed6f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2017-07-21 Guillaume LE VAILLANT <glv@posteo.net>
Version 1.5.1
Fix possible deadlock.

2017-07-19 Guillaume LE VAILLANT <glv@posteo.net>
Version 1.5.0
Add bruteforcing speed and last tried password to progress info.
Expand Down
3 changes: 3 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
Version 1.5.1
2017-07-21

Version 1.5.0
2017-07-19

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#ifndef VERSION_H
#define VERSION_H 1

#define VERSION_NUMBER "1.5.0"
#define VERSION_NUMBER "1.5.1"

#endif

0 comments on commit 6e8ed6f

Please sign in to comment.