2
0
mirror of https://github.com/boostorg/leaf.git synced 2026-01-19 04:22:08 +00:00

Merge pull request #49 from kammce/prerelease

Set conan veresion to 1.81.0-prerelease
This commit is contained in:
Emil Dotchevski
2022-09-08 19:14:05 -07:00
committed by GitHub

View File

@@ -11,7 +11,7 @@ required_conan_version = ">=1.50.0"
class BoostLEAFConan(ConanFile):
name = "boost-leaf"
version = "0.4.0"
version = "1.81.0-prerelease"
license = "BSL-1.0"
url = "https://github.com/conan-io/conan-center-index"
homepage = "https://github.com/boostorg/leaf"