Compare commits

...

2 Commits

Author SHA1 Message Date
2f560ff4c0 Update IXWebSocketVersion.h 2022-04-28 23:56:40 -07:00
002d9c8985 Update ixwebsocket-config.cmake.in (#390) 2022-04-28 23:56:00 -07:00
2 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,8 @@
include(CMakeFindDependencyMacro)
if@USE_ZLIB@
if (@USE_ZLIB@)
find_dependency(ZLIB)
endif()
include("${CMAKE_CURRENT_LIST_DIR}/ixwebsocket-targets.cmake")
include("${CMAKE_CURRENT_LIST_DIR}/ixwebsocket-targets.cmake")

View File

@ -6,4 +6,4 @@
#pragma once
#define IX_WEBSOCKET_VERSION "11.4.1"
#define IX_WEBSOCKET_VERSION "11.4.2"