Skip to content

Commit

Permalink
Version 0.9.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jonthysell committed Mar 5, 2021
1 parent c3b0af4 commit 3ba62bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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)
project(mzingacpp VERSION 0.9.0)

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

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

0 comments on commit 3ba62bb

Please sign in to comment.