docs: Fix doxygen links in release notes and displayed version
Change-Id: Ic1ee22e2607f5ab11c38a9adcaabc27a602c65ae
Refs: #3252
diff --git a/wscript b/wscript
index d4e597c..2abe872 100644
--- a/wscript
+++ b/wscript
@@ -256,7 +256,7 @@
"docs/named_data_theme/named_data_footer-with-analytics.html.in"],
target=["docs/doxygen.conf",
"docs/named_data_theme/named_data_footer-with-analytics.html"],
- VERSION=VERSION_BASE,
+ VERSION=VERSION,
HTML_FOOTER="../build/docs/named_data_theme/named_data_footer-with-analytics.html" \
if os.getenv('GOOGLE_ANALYTICS', None) \
else "../docs/named_data_theme/named_data_footer.html",
@@ -277,7 +277,7 @@
outdir="docs",
source=bld.path.ant_glob('docs/**/*.rst'),
config="docs/conf.py",
- VERSION=VERSION_BASE)
+ VERSION=VERSION)
def version(ctx):
if getattr(Context.g_module, 'VERSION_BASE', None):