docs: Fix doxygen links in release notes and displayed version

Change-Id: Ic1ee22e2607f5ab11c38a9adcaabc27a602c65ae
Refs: #3252
diff --git a/RELEASE_NOTES.rst b/RELEASE_NOTES.rst
index 5210b1d..ab3c752 120000
--- a/RELEASE_NOTES.rst
+++ b/RELEASE_NOTES.rst
@@ -1 +1 @@
-docs/release-notes/release-notes-0.4.0.rst
\ No newline at end of file
+docs/release-notes-latest.rst
\ No newline at end of file
diff --git a/docs/RELEASE_NOTES.rst b/docs/RELEASE_NOTES.rst
index 0618e7b..3a9709d 100644
--- a/docs/RELEASE_NOTES.rst
+++ b/docs/RELEASE_NOTES.rst
@@ -1,4 +1,4 @@
 NFD Release Notes
 =================
 
-.. include:: release-notes/release-notes-0.4.0.rst
+.. include:: release-notes-latest.rst
diff --git a/docs/release-notes-latest.rst b/docs/release-notes-latest.rst
new file mode 120000
index 0000000..b54217f
--- /dev/null
+++ b/docs/release-notes-latest.rst
@@ -0,0 +1 @@
+release-notes/release-notes-0.4.0.rst
\ No newline at end of file
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):