From a1be076479aa75896a3efddb08fc6f217f8939f8 Mon Sep 17 00:00:00 2001 From: Guillaume Pasero <guillaume.pasero@c-s.fr> Date: Wed, 6 Feb 2019 16:11:54 +0100 Subject: [PATCH] BUG: missing version in CookBook --- Documentation/Cookbook/rst/conf.py.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/Cookbook/rst/conf.py.in b/Documentation/Cookbook/rst/conf.py.in index 77cd19e5c4..4f8f22e930 100644 --- a/Documentation/Cookbook/rst/conf.py.in +++ b/Documentation/Cookbook/rst/conf.py.in @@ -63,10 +63,10 @@ copyright = u'@OTB_COPYRIGHT_TEXT@' # built documents. # # The short X.Y version. -version = '@OTB_VERSION@' +version = '@OTB_VERSION_STRING@' #version = '5.2.0' # The full version, including alpha/beta/rc tags. -release = '@OTB_VERSION@' +release = '@OTB_VERSION_STRING@' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. -- GitLab