summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNathaniel Graff <nathaniel.graff@sifive.com>2019-03-26 15:24:19 -0700
committerNathaniel Graff <nathaniel.graff@sifive.com>2019-03-26 15:24:19 -0700
commita7925472870bf3849a073e3c004c7f9a809f9c45 (patch)
tree4e1ea44234208db072aa57cdeacda972de97c37a /doc
parent5c2962defac6dae7e387f41f6ec70576b514a81c (diff)
Set version v201903-rc2
Signed-off-by: Nathaniel Graff <nathaniel.graff@sifive.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/sphinx/conf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/sphinx/conf.py b/doc/sphinx/conf.py
index 804ca5b..df16ebb 100644
--- a/doc/sphinx/conf.py
+++ b/doc/sphinx/conf.py
@@ -24,9 +24,9 @@ copyright = '2019, SiFive Inc.'
author = 'SiFive Inc.'
# The short X.Y version
-version = os.popen("git describe").read().strip()
+version = "v201903"
# The full version, including alpha/beta/rc tags
-release = version
+release = version + "-rc2"
# -- General configuration ---------------------------------------------------