summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoern Engel <joern@logfs.org>2012-01-17 10:35:21 -0800
committerJoern Engel <joern@logfs.org>2012-01-17 10:35:21 -0800
commit36b9d7badd1158bb00be1afe2d6ce9b6ad27adde (patch)
treee0e9382a07e8cf7cf1a1d1391c15558207f807c5
parent1c8f5e7187ec44133236198cbae7b0dae218aed2 (diff)
downloadcancd-36b9d7badd1158bb00be1afe2d6ce9b6ad27adde.tar.gz
Update version to 0.2.0
Signed-off-by: Joern Engel <joern@logfs.org>
-rw-r--r--Makefile2
-rw-r--r--cancd.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 985cb20..61df1b0 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
-VERSION=0.1.0
+VERSION=0.2.0
CFLAGS += -Wall -g -O2 -DVERSION="\"$(VERSION)\""
LDFLAGS += -lpthread
diff --git a/cancd.c b/cancd.c
index 15fff83..639303c 100644
--- a/cancd.c
+++ b/cancd.c
@@ -53,7 +53,7 @@
#include "btree.h"
#ifndef VERSION
-#define VERSION "0.1.0"
+#define VERSION "0.2.0"
#endif
#define PROGNAME "cancd"