(cmake) install IXUniquePtr.h

This commit is contained in:
Benjamin Sergeant 2021-03-25 10:55:59 -07:00
parent 3add6d4c2e
commit d932af8568
3 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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

View File

@ -6,4 +6,4 @@
#pragma once
#define IX_WEBSOCKET_VERSION "11.2.3"
#define IX_WEBSOCKET_VERSION "11.2.4"