File tree Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change
1
+ 2020-02-18 Guillaume LE VAILLANT <
[email protected] >
2
+ Version 1.5.3
3
+ Minor fixes.
4
+
1
5
2019-05-21 Guillaume LE VAILLANT <
[email protected] >
2
6
Version 1.5.2
3
7
Fix possible segmentation fault.
Original file line number Diff line number Diff line change
1
+ Version 1.5.3
2
+ 2020-02-18
3
+
1
4
Version 1.5.2
2
5
2019-05-21
3
6
Original file line number Diff line number Diff line change 1
- AC_INIT ( bruteforce-wallet , 1.5.2 )
1
+ AC_INIT ( bruteforce-wallet , 1.5.3 )
2
2
AM_INIT_AUTOMAKE
3
3
AC_CONFIG_SRCDIR ( src/bruteforce-wallet.c )
4
4
Original file line number Diff line number Diff line change 1
1
/*
2
2
Bruteforce a wallet file.
3
3
4
- Copyright 2014-2019 Guillaume LE VAILLANT
4
+ Copyright 2014-2020 Guillaume LE VAILLANT
5
5
6
6
This program is free software: you can redistribute it and/or modify
7
7
it under the terms of the GNU General Public License as published by
@@ -30,6 +30,6 @@ the covered work.
30
30
#ifndef VERSION_H
31
31
#define VERSION_H 1
32
32
33
- #define VERSION_NUMBER "1.5.2 "
33
+ #define VERSION_NUMBER "1.5.3 "
34
34
35
35
#endif
You can’t perform that action at this time.
0 commit comments