Skip to content

Commit b20fd2b

Browse files
committed
Bumped version and copyright header.
1 parent 5a62353 commit b20fd2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33

44
#include "terminal_color.h"
55

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

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

1010
#endif

0 commit comments

Comments
 (0)