Prepare for cutting v2.10
This commit is contained in:
parent
1e6013d230
commit
a0f7be6825
@ -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(
|
||||
|
||||
@ -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")
|
||||
|
||||
Loading…
Reference in New Issue
Block a user