Prepare for cutting v2.10

This commit is contained in:
Michele Caini 2021-07-28 11:04:58 +02:00
parent 1e6013d230
commit a0f7be6825
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ endif()
# Project configuration
#
set(UVW_VERSION_MAJOR 2)
set(UVW_VERSION_MINOR 9)
set(UVW_VERSION_MINOR 10)
set(UVW_VERSION_PATCH 0)
project(

View File

@ -14,7 +14,7 @@ class UVWConan(ConanFile):
exports = "LICENSE"
exports_sources = "src/*"
no_copy_source = True
requires = "libuv/1.41.0@bincrafters/stable"
requires = "libuv/1.42.0@bincrafters/stable"
def package(self):
self.copy(pattern="LICENSE", dst="licenses")