Skip to content

Commit

Permalink
Bump Libuv to 1.49.2
Browse files Browse the repository at this point in the history
  • Loading branch information
squeek502 authored and zhaozg committed Oct 19, 2024
1 parent 5eb6543 commit d38dd0a
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 @@ -4,7 +4,7 @@ project (luv C ASM)

set(LUV_VERSION_MAJOR 1)
set(LUV_VERSION_MINOR 49)
set(LUV_VERSION_PATCH 1)
set(LUV_VERSION_PATCH 2)
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 d38dd0a

Please sign in to comment.