Skip to content

Commit

Permalink
now working with libuv v1.22.x
Browse files Browse the repository at this point in the history
  • Loading branch information
skypjack committed Jul 10, 2018
1 parent 962923c commit 1e41480
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 @@ -16,7 +16,7 @@ endif()
# Project configuration
#

project(uvw VERSION 1.9.0)
project(uvw VERSION 1.10.0)

if(NOT CMAKE_BUILD_TYPE)
set(CMAKE_BUILD_TYPE Debug)
Expand Down
2 changes: 1 addition & 1 deletion cmake/in/libuv.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if(WIN32)
ExternalProject_Add(
libuv
GIT_REPOSITORY https://github.com/libuv/libuv.git
GIT_TAG v1.21.0
GIT_TAG v1.22.0
DOWNLOAD_DIR ${LIBUV_DEPS_DIR}
TMP_DIR ${LIBUV_DEPS_DIR}/tmp
STAMP_DIR ${LIBUV_DEPS_DIR}/stamp
Expand Down

0 comments on commit 1e41480

Please sign in to comment.