Skip to content

Commit

Permalink
Merge pull request #558 from squeek502/libuv-1.41.1
Browse files Browse the repository at this point in the history
Update libuv to 1.41.1
  • Loading branch information
squeek502 authored Jul 15, 2021
2 parents eee510e + 7049031 commit 1637516
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 41)
set(LUV_VERSION_PATCH 0)
set(LUV_VERSION_PATCH 1)
set(LUV_VERSION ${LUV_VERSION_MAJOR}.${LUV_VERSION_MINOR}.${LUV_VERSION_PATCH})

option(BUILD_MODULE "Build as module" ON)
Expand Down
2 changes: 1 addition & 1 deletion deps/libuv

0 comments on commit 1637516

Please sign in to comment.