Sparse v0.6.3-rc1

Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
diff --git a/Documentation/release-notes/index.rst b/Documentation/release-notes/index.rst
index aa02665..f886470 100644
--- a/Documentation/release-notes/index.rst
+++ b/Documentation/release-notes/index.rst
@@ -5,6 +5,7 @@
 .. toctree::
    :maxdepth: 1
 
+   v0.6.3
    v0.6.2
    v0.6.1
    v0.6.0
diff --git a/Makefile b/Makefile
index ec57635..f7da0de 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-VERSION=0.6.2
+VERSION=0.6.3-rc1
 
 ########################################################################
 # The following variables can be overwritten from the command line