We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27831fc commit 2dd3ad7Copy full SHA for 2dd3ad7
CMakeLists.txt
@@ -10,7 +10,7 @@ if(NOT WIN32)
10
endif()
11
12
project(MiniPlex LANGUAGES CXX)
13
-add_definitions(-DMP_VERSION="1.1.1")
+add_definitions(-DMP_VERSION="1.2.0")
14
15
file(GLOB ${PROJECT_NAME}_SRC src/*.cpp src/*.h)
16
RELEASE_NOTES
@@ -1,4 +1,9 @@
1
-# MiniPlex version 1.1.1
+# MiniPlex version 1.2.0
2
+
3
+## 1.2.0
4
+ * ProtoConv options for max out-of-order frames and timeout
5
+ * Logging efficiency bump
6
+ * Minor bug fixes
7
8
## 1.1.1
9
* Fixed prune mode (-P) to be compatible with permanent branches (-B/-b)
0 commit comments