Skip to content

Commit

Permalink
Version v0.9.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jonthysell committed Mar 25, 2021
1 parent 01537a7 commit 37facaf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# MzingaCpp ChangeLog #

## v0.9.2 ##

* Fixed bug with the stack size being too small

## v0.9.1 ##

* Fixed a bug with generating the correct move notation
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.16.0)

project(mzingacpp VERSION 0.9.1)
project(mzingacpp VERSION 0.9.2)

add_executable(mzingacpp)

Expand Down
2 changes: 1 addition & 1 deletion include/Constants.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

namespace MzingaCpp
{
constexpr const char *IdString = "id MzingaCpp 0.9.1";
constexpr const char *IdString = "id MzingaCpp 0.9.2";
constexpr const char *CapabilitiesString = "Mosquito;Ladybug;Pillbug";

constexpr const char *OkString = "ok";
Expand Down

0 comments on commit 37facaf

Please sign in to comment.