Skip to content

Commit 1a321b5

Browse files
authored
Update tlsuv to v0.40.12
1 parent b38adfa commit 1a321b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ include(cmake/variables.cmake)
1515
set(tlsuv_DIR "" CACHE FILEPATH "developer option: use local tlsuv checkout")
1616
# developer setting: tlsuv branch or tag to use (if tlsuv_DIR is unset)
1717
if (NOT tlsuv_VERSION)
18-
set(tlsuv_VERSION "v0.40.11")
18+
set(tlsuv_VERSION "v0.40.12")
1919
endif (NOT tlsuv_VERSION)
2020

2121
message("project version: ${PROJECT_VERSION}")

0 commit comments

Comments
 (0)