This is an archive of the discontinued LLVM Phabricator instance.

[llvm][docs] Bump release number from 12 -> 13
ClosedPublic

Authored by DavidSpickett on Jun 30 2021, 6:27 AM.

Details

Summary

This seems to have been forgotten. The result was the title
of pages like https://llvm.org/docs/ReleaseNotes.html

Was:
<title>LLVM 13.0.0 Release Notes &#8212; LLVM 12 documentation</title>

Diff Detail

Event Timeline

DavidSpickett requested review of this revision.Jun 30 2021, 6:27 AM
DavidSpickett created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptJun 30 2021, 6:27 AM
tstellar accepted this revision.Jun 30 2021, 6:43 AM
tstellar added a subscriber: tstellar.

LGTM.

This revision is now accepted and ready to land.Jun 30 2021, 6:43 AM
hans added a comment.Jun 30 2021, 6:50 AM

There is more than one conf.py file to bump (maybe this could be fixed..).

Last time I bumped the version number I did it like this:
https://github.com/llvm/llvm-project/commit/7ab7b979d29e1e43701cf690f5cf1903740f50e3
https://github.com/llvm/llvm-project/commit/271d9c507c783b3c13629376f3edf66099937938

I'll cross check with those commits and update as needed.

Checked all the files in those commits and all conf.py. All set to 13. (apart from the ones that don't set version at all)

This revision was automatically updated to reflect the committed changes.