summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorLuc Van Oostenryck <luc.vanoostenryck@gmail.com>2018-12-18 14:35:16 +0100
committerLuc Van Oostenryck <luc.vanoostenryck@gmail.com>2018-12-18 14:36:04 +0100
commit1cf02bb504bdb0e3a54e52e173cf48d1928a00ce (patch)
tree7a7ebfe52162dee39211f11c7033a40b3880e22e
parent105e0815ee9fc6e77cac2b1925650029f7106de9 (diff)
downloadsparse-1cf02bb504bdb0e3a54e52e173cf48d1928a00ce.tar.gz
VERSION=0.6.0-rc1
I forgot to update the version number in the Makefile. Here it is now. Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f031fadb..01342343 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-VERSION=0.5.9-dev
+VERSION=0.6.0-rc1
########################################################################
# The following variables can be overwritten from the command line