-
Notifications
You must be signed in to change notification settings - Fork 446
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
chore: tag prerelease builds with -pre
#5943
Conversation
Could you expand the comment in |
if (std::strlen(LEAN_SPECIAL_VERSION_DESC) > 0) { | ||
out << "-" << LEAN_SPECIAL_VERSION_DESC; | ||
} | ||
out << LEAN_VERSION_STRING; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe this is just future proofing, but as written I think g_short_version_string
is unneeded since it is equivalent to the compile time constant LEAN_VERSION_STRING
.
Mathlib CI status (docs):
|
I added a bit. In particular,
You could test it! |
No description provided.