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: