Bump version to 0.2.1

Signed-off-by: Joern Engel <joern@logfs.org>
diff --git a/Makefile b/Makefile
index 003fa60..a9acd97 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
 
-VERSION=0.2.0
+VERSION=0.2.1
 
 CFLAGS += -Wall -g -O2 -DVERSION="\"$(VERSION)\""
 LDFLAGS += -Wl,--no-as-needed -lpthread -lrt
diff --git a/cancd.c b/cancd.c
index 4538f6c..26f2e9b 100644
--- a/cancd.c
+++ b/cancd.c
@@ -53,10 +53,6 @@
 #include "kernel-list.h"
 #include "btree.h"
 
-#ifndef VERSION
-#define VERSION         "0.2.0"
-#endif
-
 #define PROGNAME        "cancd"
 
 /*