bump version for (compiler fix) support clang 5 and earlier (contributed by @LunarWatcher) #206
This commit is contained in:
parent
2319dec278
commit
16eb269e1e
@ -1,6 +1,10 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
All changes to this project will be documented in this file.
|
All changes to this project will be documented in this file.
|
||||||
|
|
||||||
|
## [9.6.4] - 2020-05-20
|
||||||
|
|
||||||
|
(compiler fix) support clang 5 and earlier (contributed by @LunarWatcher)
|
||||||
|
|
||||||
## [9.6.3] - 2020-05-18
|
## [9.6.3] - 2020-05-18
|
||||||
|
|
||||||
(cmake) revert CMake changes to fix #203 and be able to use an external OpenSSL
|
(cmake) revert CMake changes to fix #203 and be able to use an external OpenSSL
|
||||||
|
@ -6,4 +6,4 @@
|
|||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#define IX_WEBSOCKET_VERSION "9.6.3"
|
#define IX_WEBSOCKET_VERSION "9.6.4"
|
||||||
|
Loading…
Reference in New Issue
Block a user