Sparse v0.6.4 Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
diff --git a/Documentation/release-notes/v0.6.4.rst b/Documentation/release-notes/v0.6.4.rst index 8304b59..387870f 100644 --- a/Documentation/release-notes/v0.6.4.rst +++ b/Documentation/release-notes/v0.6.4.rst
@@ -1,5 +1,5 @@ -v0.6.4-rc1 (2020-09-01) -======================= +v0.6.4 (2020-09-06) +=================== Fixes: * build: fix version.h dependencies
diff --git a/Makefile b/Makefile index 34869f2..84b4527 100644 --- a/Makefile +++ b/Makefile
@@ -1,4 +1,4 @@ -VERSION=0.6.4-rc1 +VERSION=0.6.4 ######################################################################## # The following variables can be overwritten from the command line