From d932af8568977e2fb94426ca1b496ee5f0c63c98 Mon Sep 17 00:00:00 2001 From: Benjamin Sergeant Date: Thu, 25 Mar 2021 10:55:59 -0700 Subject: [PATCH] (cmake) install IXUniquePtr.h --- CMakeLists.txt | 1 + docs/CHANGELOG.md | 4 ++++ ixwebsocket/IXWebSocketVersion.h | 2 +- 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3370d450..49b486c0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -88,6 +88,7 @@ set( IXWEBSOCKET_HEADERS ixwebsocket/IXSocketTLSOptions.h ixwebsocket/IXStrCaseCompare.h ixwebsocket/IXUdpSocket.h + ixwebsocket/IXUniquePtr.h ixwebsocket/IXUrlParser.h ixwebsocket/IXUuid.h ixwebsocket/IXUtf8Validator.h diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 4cc10b46..d5da89c6 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -2,6 +2,10 @@ All changes to this project will be documented in this file. +## [11.2.4] - 2021-03-25 + +(cmake) install IXUniquePtr.h + ## [11.2.3] - 2021-03-24 (ssl + windows) missing include for CertOpenStore function diff --git a/ixwebsocket/IXWebSocketVersion.h b/ixwebsocket/IXWebSocketVersion.h index 958f7640..95737637 100644 --- a/ixwebsocket/IXWebSocketVersion.h +++ b/ixwebsocket/IXWebSocketVersion.h @@ -6,4 +6,4 @@ #pragma once -#define IX_WEBSOCKET_VERSION "11.2.3" +#define IX_WEBSOCKET_VERSION "11.2.4"