Skip to content

Commit 2dd3ad7

Browse files
committed
MiniPlex version 1.2.0
1 parent 27831fc commit 2dd3ad7

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ if(NOT WIN32)
1010
endif()
1111

1212
project(MiniPlex LANGUAGES CXX)
13-
add_definitions(-DMP_VERSION="1.1.1")
13+
add_definitions(-DMP_VERSION="1.2.0")
1414

1515
file(GLOB ${PROJECT_NAME}_SRC src/*.cpp src/*.h)
1616

RELEASE_NOTES

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
# MiniPlex version 1.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
27

38
## 1.1.1
49
* Fixed prune mode (-P) to be compatible with permanent branches (-B/-b)

0 commit comments

Comments
 (0)