C++ docs: Fix showing of the version in the theme

Not sure where the "release" variable came from :)
This commit is contained in:
Simon Hausmann 2021-07-09 09:59:20 +02:00
parent 0403458751
commit 9e57262487

View file

@ -23,7 +23,7 @@ copyright = '2021, info@sixtyfps.io'
author = 'info@sixtyfps.io'
# The full version, including alpha/beta/rc tags
release = '0.1.0'
version = '0.1.0'
# -- General configuration ---------------------------------------------------