Skip to content

Commit 7c975eb

Browse files
committed
Bumped version number.
1 parent 91cb26f commit 7c975eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ However, if you prefer to build a complete package (which is useful for testing
6464
# ./scripts/build_windows_zip.sh
6565

6666
## Change Log
67-
### v1.3-dev (???)
67+
### v1.3 (February 26, 2021)
6868
- Improved speed of NTLM9 precomputation by 9.5x and false alarm checks by 4.5x!
6969
- Fixed lookup on AMD ROCm.
7070
- Added support for pwdump-formatted hash files.

version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
#include "terminal_color.h"
55

6-
#define VERSION "v1.3-dev"
6+
#define VERSION "v1.3"
77

88
#define PRINT_PROJECT_HEADER() printf("\n%sRainbow Crackalack %s%s\nCopyright 2018-2021 Positron Security LLC <https://www.positronsecurity.com/>\n%sMake Rainbow Tables Great Again%s\n\n\n", WHITEB, VERSION, CLR, ITALICIZE, CLR);
99

0 commit comments

Comments
 (0)