diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index f962644c..53b1c2fd 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,6 +1,10 @@ # Changelog All changes to this project will be documented in this file. +## [9.9.3] - 2020-07-17 + +(build) merge platform specific files which were used to have different implementations for setting a thread name into a single file, to make it easier to include every source files and build the ixwebsocket library (fix #226) + ## [9.9.2] - 2020-07-10 (socket server) bump default max connection count from 32 to 128 diff --git a/ixwebsocket/IXWebSocketVersion.h b/ixwebsocket/IXWebSocketVersion.h index 88e3fbd3..e0dcb55f 100644 --- a/ixwebsocket/IXWebSocketVersion.h +++ b/ixwebsocket/IXWebSocketVersion.h @@ -6,4 +6,4 @@ #pragma once -#define IX_WEBSOCKET_VERSION "9.9.2" +#define IX_WEBSOCKET_VERSION "9.9.3"