[PATCH] D105189: [llvm][docs] Bump release number from 12 -> 13
David Spickett via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 30 06:27:44 PDT 2021
DavidSpickett created this revision.
DavidSpickett requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
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 — LLVM 12 documentation</title>
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D105189
Files:
llvm/docs/conf.py
Index: llvm/docs/conf.py
===================================================================
--- llvm/docs/conf.py
+++ llvm/docs/conf.py
@@ -66,9 +66,9 @@
# built documents.
#
# The short version.
-version = '12'
+version = '13'
# The full version, including alpha/beta/rc tags.
-release = '12'
+release = '13'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D105189.355527.patch
Type: text/x-patch
Size: 431 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210630/dcea90ba/attachment.bin>
More information about the llvm-commits
mailing list