From ffde283a4b999adb611a4cf22e4347b9dba28785 Mon Sep 17 00:00:00 2001 From: Benjamin Sergeant Date: Fri, 17 Jul 2020 11:58:06 -0700 Subject: [PATCH] (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) --- docs/CHANGELOG.md | 4 ++++ ixwebsocket/IXWebSocketVersion.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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"