Skip to content

Commit

Permalink
Version v0.9.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jonthysell committed Jun 10, 2022
1 parent 63902fc commit 91120e6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# MzingaCpp ChangeLog #
# MzingaCpp Changelog #

## next ##
## v0.9.6 ##

* Improved perf and readability of getting slide moves

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.5)
project(mzingacpp VERSION 0.9.6)

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 v0.9.5";
constexpr const char *IdString = "id MzingaCpp v0.9.6";
constexpr const char *CapabilitiesString = "Mosquito;Ladybug;Pillbug";

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

0 comments on commit 91120e6

Please sign in to comment.