From 56348580094b0d92521b0375f6e8b1f5fe335f93 Mon Sep 17 00:00:00 2001 From: Jon Thysell Date: Sat, 21 Aug 2021 21:51:56 -0700 Subject: [PATCH] Version v0.9.4 release --- CHANGELOG.md | 2 +- CMakeLists.txt | 2 +- include/Constants.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f257a12..4d9bfcb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # MzingaCpp ChangeLog # -## next ## +## v0.9.4 ## * Fixed issue with parsing move strings containing INVALID * Raised board stack size to accommodate Mosquitos diff --git a/CMakeLists.txt b/CMakeLists.txt index 2c4befc..d17e716 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.16.0) -project(mzingacpp VERSION 0.9.3) +project(mzingacpp VERSION 0.9.4) add_executable(mzingacpp) diff --git a/include/Constants.h b/include/Constants.h index f9913b3..1735ccb 100644 --- a/include/Constants.h +++ b/include/Constants.h @@ -8,7 +8,7 @@ namespace MzingaCpp { -constexpr const char *IdString = "id MzingaCpp 0.9.3"; +constexpr const char *IdString = "id MzingaCpp v0.9.4"; constexpr const char *CapabilitiesString = "Mosquito;Ladybug;Pillbug"; constexpr const char *OkString = "ok";