Skip to content

Commit

Permalink
Version 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
glv2 committed Jul 21, 2017
1 parent 0f40f2f commit 27ba94e
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 3 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 <[email protected]>
Version 1.3.1
Fix possible deadlock.

2017-07-18 Guillaume LE VAILLANT <[email protected]>
Version 1.3.0
Add option to print progress info regularly.
Expand Down
4 changes: 4 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Version 1.3.1
2017-07-21
Fix possible deadlock.

Version 1.3.0
2017-07-18
Add option to print progress info regularly.
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_luks, 1.3.0)
AC_INIT(bruteforce_luks, 1.3.1)
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR(src/bruteforce-luks.c)

Expand Down
2 changes: 1 addition & 1 deletion doc/bruteforce-luks.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH BRUTEFORCE-LUKS "1" "July 2017" "BRUTEFORCE-LUKS 1.3.0" "Bruteforce LUKS encrypted volume"
.TH BRUTEFORCE-LUKS "1" "July 2017" "BRUTEFORCE-LUKS 1.3.1" "Bruteforce LUKS encrypted volume"
.SH NAME
bruteforce-luks - try to find the password of a LUKS volume
.SH SYNOPSIS
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.3.0"
#define VERSION_NUMBER "1.3.1"

#endif

0 comments on commit 27ba94e

Please sign in to comment.