[llvm] 6572256 - [llvm][docs] Bump release number from 12 -> 13
David Spickett via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 1 04:24:33 PDT 2021
Author: David Spickett
Date: 2021-07-01T11:07:03Z
New Revision: 65722561dff2c3110af1617f91eae162f32d5968
URL: https://github.com/llvm/llvm-project/commit/65722561dff2c3110af1617f91eae162f32d5968
DIFF: https://github.com/llvm/llvm-project/commit/65722561dff2c3110af1617f91eae162f32d5968.diff
LOG: [llvm][docs] Bump release number from 12 -> 13
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>
Reviewed By: tstellar
Differential Revision: https://reviews.llvm.org/D105189
Added:
Modified:
llvm/docs/conf.py
Removed:
################################################################################
diff --git a/llvm/docs/conf.py b/llvm/docs/conf.py
index 687d812f82d78..5be2e8671111c 100644
--- a/llvm/docs/conf.py
+++ b/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.
More information about the llvm-commits
mailing list