This is an archive of the discontinued LLVM Phabricator instance.

[libc++abi] Bump the libc++abi version and add it to the post-release list
ClosedPublic

Authored by ldionne on Feb 16 2022, 7:46 AM.

Details

Reviewers
ldionne
Group Reviewers
Restricted Project
Restricted Project
Commits
rG259c58d7d8fb: [libc++abi] Bump the libc++abi version and add it to the post-release list

Diff Detail

Event Timeline

ldionne requested review of this revision.Feb 16 2022, 7:46 AM
ldionne created this revision.
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptFeb 16 2022, 7:46 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript
Herald added a reviewer: Restricted Project. · View Herald Transcript

Heads up @tstellar about updating this in the future -- I'm not sure how you keep track of those, but I added it to our post-release TODO list in case that helps. If you have another preferred way of tracking these things, please let me know and I'll add it there instead.

ldionne accepted this revision.Feb 16 2022, 1:27 PM
This revision is now accepted and ready to land.Feb 16 2022, 1:27 PM

Heads up @tstellar about updating this in the future -- I'm not sure how you keep track of those, but I added it to our post-release TODO list in case that helps. If you have another preferred way of tracking these things, please let me know and I'll add it there instead.

I usually just look at the version bump for the previous release to see what files I need to change. I can try to remember to do this one too, you could also just ping me a few days before the release branch is created to help me remember.

I was also wondering if there is some way to pull this value from the versions in the CMake files?