From 6e1306dcc08cb943e2935f2632609ef466b8285f Mon Sep 17 00:00:00 2001 From: mpv Date: Thu, 16 May 2019 11:10:48 +0300 Subject: [PATCH] Set the users guide documentation version is automatically received from the standard CMake variable. --- doc/gui/conf.py.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/gui/conf.py.in b/doc/gui/conf.py.in index b02b59b3f..799a1d593 100644 --- a/doc/gui/conf.py.in +++ b/doc/gui/conf.py.in @@ -61,9 +61,9 @@ html_show_copyright = False # built documents. # # The short X.Y version. -version = u'9.2.0' +version = u'@SHAPER_Version@' # The full version, including alpha/beta/rc tags. -release = u'9.2.0' +release = u'@SHAPER_Version@' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. -- 2.39.2