Skip to content

Commit

Permalink
relay_connection: VERSION=11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vipalade committed Jan 16, 2024
1 parent f16c8bb commit 790b928
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.13 FATAL_ERROR)
#-----------------------------------------------------------------
# The project
#-----------------------------------------------------------------
project (SolidFrame VERSION 11.0)
project (SolidFrame VERSION 11.1)

message("SolidFrame version: ${PROJECT_VERSION} - ${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}")
#-----------------------------------------------------------------
Expand Down
4 changes: 4 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# SolidFrame Releases

## Version 11.1
* mprpc: Split Connection in ClientConnection, ServerConnection, RelayConnection
* mprpc: Some cleanup and some small improvements on the MessageReader and MessageWriter

## Version 11.0

* utility: Improve SharedBuffer with local caching
Expand Down

0 comments on commit 790b928

Please sign in to comment.