From 810a2745b407f8b3fe3cbe7bb344847b7a5a1cad Mon Sep 17 00:00:00 2001 From: jbzdarkid Date: Sat, 11 Sep 2021 10:40:27 -0700 Subject: Fix a bug where re-randomization could cause inconsistency Closes #8. Co-authored-by: Star Rauchenberger # Conflicts: # App/Version.h # Source/Randomizer.h --- App/Version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'App') diff --git a/App/Version.h b/App/Version.h index 1541697..bdb584e 100644 --- a/App/Version.h +++ b/App/Version.h @@ -5,7 +5,7 @@ #define MAJOR 6 #define MINOR 0 -#define PATCH 0 +#define PATCH 1 #define VERSION_STR TO_STRING(MAJOR) L"." TO_STRING(MINOR) L"." TO_STRING(PATCH) #define VERSION MAJOR, MINOR, PATCH -- cgit 1.4.1