(cmake) install IXUniquePtr.h
This commit is contained in:
parent
3add6d4c2e
commit
d932af8568
@ -88,6 +88,7 @@ set( IXWEBSOCKET_HEADERS
|
|||||||
ixwebsocket/IXSocketTLSOptions.h
|
ixwebsocket/IXSocketTLSOptions.h
|
||||||
ixwebsocket/IXStrCaseCompare.h
|
ixwebsocket/IXStrCaseCompare.h
|
||||||
ixwebsocket/IXUdpSocket.h
|
ixwebsocket/IXUdpSocket.h
|
||||||
|
ixwebsocket/IXUniquePtr.h
|
||||||
ixwebsocket/IXUrlParser.h
|
ixwebsocket/IXUrlParser.h
|
||||||
ixwebsocket/IXUuid.h
|
ixwebsocket/IXUuid.h
|
||||||
ixwebsocket/IXUtf8Validator.h
|
ixwebsocket/IXUtf8Validator.h
|
||||||
|
@ -2,6 +2,10 @@
|
|||||||
|
|
||||||
All changes to this project will be documented in this file.
|
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
|
## [11.2.3] - 2021-03-24
|
||||||
|
|
||||||
(ssl + windows) missing include for CertOpenStore function
|
(ssl + windows) missing include for CertOpenStore function
|
||||||
|
@ -6,4 +6,4 @@
|
|||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#define IX_WEBSOCKET_VERSION "11.2.3"
|
#define IX_WEBSOCKET_VERSION "11.2.4"
|
||||||
|
Loading…
Reference in New Issue
Block a user