From 8015a0cb7786a8a604049c2e89a8e95935c0312a Mon Sep 17 00:00:00 2001 From: Sean Sweda Date: Fri, 21 Apr 2017 00:24:11 -0400 Subject: [PATCH] version 3.2.1 release --- CHANGES | 2 ++ version.h | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 4236d37..f925b5a 100644 --- a/CHANGES +++ b/CHANGES @@ -2,6 +2,8 @@ This is the latest and greatest grs construction program. VERSION HISTORY ----------------------------------------------------------------------- +3.2.1 * fix undo bug exposed by empty string for game conditions + 3.2.0 * lots of refactoring to make user input even more bullet-proof * prohibit input of nonsense positions and illegal baserunning * re-implement redo in memory diff --git a/version.h b/version.h index da88985..5e4fead 100644 --- a/version.h +++ b/version.h @@ -1 +1 @@ -#define VER "3.2" +#define VER "3.2.1"