Skip to content

Commit

Permalink
Bumped version and copyright header.
Browse files Browse the repository at this point in the history
  • Loading branch information
jtesta committed Apr 1, 2020
1 parent 5a62353 commit b20fd2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions version.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

#include "terminal_color.h"

#define VERSION "v1.2-dev"
#define VERSION "v1.2"

#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);
#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);

#endif

0 comments on commit b20fd2b

Please sign in to comment.