From 3a32097dc84325faf6a8096c39e51ef2ee5a5885 Mon Sep 17 00:00:00 2001 From: Michele Caini Date: Mon, 16 Mar 2020 23:25:09 +0100 Subject: [PATCH] ready to cut a new release --- CMakeLists.txt | 2 +- conanfile.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e239f8c3..3faf6faa 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,7 +18,7 @@ endif() project( uvw - VERSION 2.3.1 + VERSION 2.4.0 DESCRIPTION "Header-only, event based, tiny and easy to use libuv wrapper in modern C++" HOMEPAGE_URL "https://github.com/skypjack/uvw" LANGUAGES C CXX diff --git a/conanfile.py b/conanfile.py index c5dd2ced..ce7774a9 100644 --- a/conanfile.py +++ b/conanfile.py @@ -14,7 +14,7 @@ class UVMConan(ConanFile): exports = "LICENSE" exports_sources = "src/*" no_copy_source = True - requires = "libuv/1.34.1@bincrafters/stable" + requires = "libuv/1.35.0@bincrafters/stable" def package(self): self.copy(pattern="LICENSE", dst="licenses")