summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoern Engel <joern@logfs.org>2015-09-08 17:58:45 -0700
committerJoern Engel <joern@logfs.org>2015-09-08 17:58:45 -0700
commitd6627a290e895291289147250462e5e3bae739cb (patch)
tree4771a9cf007fbee3c120978a5f79715df7b8133d
parent45e5408abdbb0574e2a7f2f5eb70db034269c6b5 (diff)
downloadcancd-d6627a290e895291289147250462e5e3bae739cb.tar.gz
Bump version to 0.2.1
Signed-off-by: Joern Engel <joern@logfs.org>
-rw-r--r--Makefile2
-rw-r--r--cancd.c4
2 files changed, 1 insertions, 5 deletions
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"
/*