Skip to content

Commit d38dd0a

Browse files
squeek502zhaozg
authored andcommitted
Bump Libuv to 1.49.2
1 parent 5eb6543 commit d38dd0a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ project (luv C ASM)
44

55
set(LUV_VERSION_MAJOR 1)
66
set(LUV_VERSION_MINOR 49)
7-
set(LUV_VERSION_PATCH 1)
7+
set(LUV_VERSION_PATCH 2)
88
set(LUV_VERSION ${LUV_VERSION_MAJOR}.${LUV_VERSION_MINOR}.${LUV_VERSION_PATCH})
99

1010
if(NOT ${CMAKE_VERSION} VERSION_LESS "3.5.0")

0 commit comments

Comments
 (0)