Skip to content

Commit a760fe6

Browse files
committed
Update docs version and clear release notes after 8.0.0 version bump
llvm-svn: 338561
1 parent 7d02a31 commit a760fe6

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

libunwind/docs/conf.py

+4-3
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,16 +41,16 @@
4041

4142
# General information about the project.
4243
project = u'libunwind'
43-
copyright = u'2011-2017, LLVM Project'
44+
copyright = u'2011-%d, 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
4748
# built documents.
4849
#
4950
# The short X.Y version.
50-
version = '7.0'
51+
version = '8.0'
5152
# The full version, including alpha/beta/rc tags.
52-
release = '7.0'
53+
release = '8.0'
5354

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

0 commit comments

Comments
 (0)