Skip to content

Commit 9d669e8

Browse files
committed
[docs] Bump the trunk major version to 13 and update copyright year.
1 parent 966435d commit 9d669e8

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

clang/docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@
5050
# built documents.
5151
#
5252
# The short version.
53-
version = '12'
53+
version = '13'
5454
# The full version, including alpha/beta/rc tags.
55-
release = '12'
55+
release = '13'
5656

5757
# The language for content autogenerated by Sphinx. Refer to documentation
5858
# for a list of supported languages.

libcxx/docs/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
# serve to show the default.
1212

1313
import sys, os
14+
from datetime import date
1415

1516
# If extensions (or modules to document with autodoc) are in another directory,
1617
# add these directories to sys.path here. If the directory is relative to the
@@ -40,7 +41,7 @@
4041

4142
# General information about the project.
4243
project = u'libc++'
43-
copyright = u'2011-2020, LLVM Project'
44+
copyright = u'2011-2021, LLVM Project' % date.today().year
4445

4546
# The version info for the project you're documenting, acts as replacement for
4647
# |version| and |release|, also used in various other places throughout the

0 commit comments

Comments
 (0)