Skip to content

Commit

Permalink
Version 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
glv2 committed May 21, 2019
1 parent 38bbd46 commit 4398e45
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2019-05-21 Guillaume LE VAILLANT <glv@posteo.net>
Version 1.5.2
Fix possible segmentation fault.
Improve some messages.

2017-07-21 Guillaume LE VAILLANT <glv@posteo.net>
Version 1.5.1
Fix possible deadlock.
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.2
2019-05-21

Version 1.5.1
2017-07-21

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.1)
AC_INIT(bruteforce_wallet, 1.5.2)
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR(src/bruteforce-wallet.c)

Expand Down
4 changes: 2 additions & 2 deletions src/version.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
Bruteforce a wallet file.
Copyright 2014-2017 Guillaume LE VAILLANT
Copyright 2014-2019 Guillaume LE VAILLANT
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand All @@ -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.1"
#define VERSION_NUMBER "1.5.2"

#endif

0 comments on commit 4398e45

Please sign in to comment.