Skip to content

Commit c7ecc86

Browse files
committed
Version 1.5.3
1 parent bebd538 commit c7ecc86

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2020-02-18 Guillaume LE VAILLANT <[email protected]>
2+
Version 1.5.3
3+
Minor fixes.
4+
15
2019-05-21 Guillaume LE VAILLANT <[email protected]>
26
Version 1.5.2
37
Fix possible segmentation fault.

NEWS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
Version 1.5.3
2+
2020-02-18
3+
14
Version 1.5.2
25
2019-05-21
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.2)
1+
AC_INIT(bruteforce-wallet, 1.5.3)
22
AM_INIT_AUTOMAKE
33
AC_CONFIG_SRCDIR(src/bruteforce-wallet.c)
44

src/version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
Bruteforce a wallet file.
33
4-
Copyright 2014-2019 Guillaume LE VAILLANT
4+
Copyright 2014-2020 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
@@ -30,6 +30,6 @@ the covered work.
3030
#ifndef VERSION_H
3131
#define VERSION_H 1
3232

33-
#define VERSION_NUMBER "1.5.2"
33+
#define VERSION_NUMBER "1.5.3"
3434

3535
#endif

0 commit comments

Comments
 (0)