Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set conan veresion to 1.81.0-prerelease #49

Merged
merged 1 commit into from
Sep 9, 2022
Merged

Conversation

kammce
Copy link
Contributor

@kammce kammce commented Sep 8, 2022

This version is the prerelease version of the offical 1.81.0 boost versino. In semver, version with tags have lower precedence over unlabled versions. To use this version in a conanfile the version range will have to look like this:

boost-leaf/[>1.80.0, include_prerelease=True]

or to simply get the latest

boost-leaf/[x, include_prerelease=True]

This version is the prerelease version of the offical 1.81.0 boost
versino. In semver, version with tags have lower precedence over
unlabled versions. To use this version in a conanfile the version range
will have to look like this:

    boost-leaf/[>1.80.0, include_prerelease=True]

or to simply get the latest

    boost-leaf/[x, include_prerelease=True]
@zajo zajo marked this pull request as ready for review September 9, 2022 02:13
@zajo zajo merged commit 9d3ffa0 into boostorg:develop Sep 9, 2022
@kammce kammce deleted the prerelease branch September 9, 2022 04:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants