Skip to content

Commit

Permalink
# MiniPlex version 0.3.4
Browse files Browse the repository at this point in the history
## 0.3.4
  * ProtoConv packet delimiters as an alternative to protocol framing
  • Loading branch information
neilstephens committed Jan 11, 2024
1 parent 0348e65 commit 61457d7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
5 changes: 4 additions & 1 deletion RELEASE_NOTES
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 61457d7

Please sign in to comment.