From a0f7be6825eb83d2667e5b22a0fed794cf9fcd9e Mon Sep 17 00:00:00 2001 From: Michele Caini Date: Wed, 28 Jul 2021 11:04:58 +0200 Subject: [PATCH] Prepare for cutting v2.10 --- CMakeLists.txt | 2 +- conanfile.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8abfd514..cd33229e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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( diff --git a/conanfile.py b/conanfile.py index 94c6f503..ab268be7 100644 --- a/conanfile.py +++ b/conanfile.py @@ -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")