From 61457d7dd89be0ff55e0c3d7c725a874094867e5 Mon Sep 17 00:00:00 2001 From: Neil Stephens Date: Fri, 12 Jan 2024 01:00:45 +1100 Subject: [PATCH] # MiniPlex version 0.3.4 ## 0.3.4 * ProtoConv packet delimiters as an alternative to protocol framing --- CMakeLists.txt | 2 +- RELEASE_NOTES | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ceedcc4..50cf895 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,7 +10,7 @@ if(NOT WIN32) endif() project(MiniPlex LANGUAGES CXX) -add_definitions(-DMP_VERSION="0.3.3") +add_definitions(-DMP_VERSION="0.3.4") file(GLOB ${PROJECT_NAME}_SRC src/*.cpp src/*.h) diff --git a/RELEASE_NOTES b/RELEASE_NOTES index 4005191..d5e5033 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -1,4 +1,7 @@ -# MiniPlex version 0.3.3 +# MiniPlex version 0.3.4 + +## 0.3.4 + * ProtoConv packet delimiters as an alternative to protocol framing ## 0.3.3 * ProtoConv updates: