We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f4da664 + 6e7e369 commit b38adfaCopy full SHA for b38adfa
CMakeLists.txt
@@ -15,7 +15,7 @@ include(cmake/variables.cmake)
15
set(tlsuv_DIR "" CACHE FILEPATH "developer option: use local tlsuv checkout")
16
# developer setting: tlsuv branch or tag to use (if tlsuv_DIR is unset)
17
if (NOT tlsuv_VERSION)
18
- set(tlsuv_VERSION "v0.40.10")
+ set(tlsuv_VERSION "v0.40.11")
19
endif (NOT tlsuv_VERSION)
20
21
message("project version: ${PROJECT_VERSION}")
0 commit comments