aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorLuc Van Oostenryck <luc.vanoostenryck@gmail.com>2021-09-06 05:51:41 +0200
committerLuc Van Oostenryck <luc.vanoostenryck@gmail.com>2021-09-06 05:51:46 +0200
commitc4706aa764f3ae68258ba60be6325a5662900362 (patch)
tree0cb6acd594f5be52299fabf4af8c51fc5136e032
parent7165d0d744e103b3f155fc9b5c40d0096ce09814 (diff)
downloadsparse-c4706aa764f3ae68258ba60be6325a5662900362.tar.gz
Sparse v0.6.4v0.6.4
Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
-rw-r--r--Documentation/release-notes/v0.6.4.rst4
-rw-r--r--Makefile2
2 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/release-notes/v0.6.4.rst b/Documentation/release-notes/v0.6.4.rst
index 8304b592..387870fa 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 34869f29..84b4527f 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