Skip to content

Commit

Permalink
Update Libuv to 1.44.1
Browse files Browse the repository at this point in the history
  • Loading branch information
squeek502 authored and zhaozg committed Mar 10, 2022
1 parent 44bec3b commit c234b86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ project (luv C ASM)

set(LUV_VERSION_MAJOR 1)
set(LUV_VERSION_MINOR 44)
set(LUV_VERSION_PATCH 0)
set(LUV_VERSION_PATCH 1)
set(LUV_VERSION ${LUV_VERSION_MAJOR}.${LUV_VERSION_MINOR}.${LUV_VERSION_PATCH})

if(NOT ${CMAKE_VERSION} VERSION_LESS "3.5.0")
Expand Down
2 changes: 1 addition & 1 deletion deps/libuv

0 comments on commit c234b86

Please sign in to comment.