We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b38adfa commit 1a321b5Copy full SHA for 1a321b5
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.11")
+ set(tlsuv_VERSION "v0.40.12")
19
endif (NOT tlsuv_VERSION)
20
21
message("project version: ${PROJECT_VERSION}")
0 commit comments