ready to cut a new release
This commit is contained in:
parent
855d851f47
commit
3a32097dc8
@ -18,7 +18,7 @@ endif()
|
|||||||
|
|
||||||
project(
|
project(
|
||||||
uvw
|
uvw
|
||||||
VERSION 2.3.1
|
VERSION 2.4.0
|
||||||
DESCRIPTION "Header-only, event based, tiny and easy to use libuv wrapper in modern C++"
|
DESCRIPTION "Header-only, event based, tiny and easy to use libuv wrapper in modern C++"
|
||||||
HOMEPAGE_URL "https://github.com/skypjack/uvw"
|
HOMEPAGE_URL "https://github.com/skypjack/uvw"
|
||||||
LANGUAGES C CXX
|
LANGUAGES C CXX
|
||||||
|
|||||||
@ -14,7 +14,7 @@ class UVMConan(ConanFile):
|
|||||||
exports = "LICENSE"
|
exports = "LICENSE"
|
||||||
exports_sources = "src/*"
|
exports_sources = "src/*"
|
||||||
no_copy_source = True
|
no_copy_source = True
|
||||||
requires = "libuv/1.34.1@bincrafters/stable"
|
requires = "libuv/1.35.0@bincrafters/stable"
|
||||||
|
|
||||||
def package(self):
|
def package(self):
|
||||||
self.copy(pattern="LICENSE", dst="licenses")
|
self.copy(pattern="LICENSE", dst="licenses")
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user