summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoern Engel <joern@logfs.org>2011-12-18 20:10:30 -0800
committerJoern Engel <joern@logfs.org>2011-12-18 20:10:30 -0800
commit3d48e466acd97cfa74492de92755d356f4ceba83 (patch)
tree921fd3085ddfb06d3594fbcc9169d6c2f0ba8183
parentb5fc253242284a247ad81ee05cc66e077e0291b6 (diff)
downloadcancd-3d48e466acd97cfa74492de92755d356f4ceba83.tar.gz
Fix version number
Tarball sais 0.1.0, so match that. Signed-off-by: Joern Engel <joern@logfs.org>
-rw-r--r--cancd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cancd.c b/cancd.c
index d1fa9b2..5ae9d3d 100644
--- a/cancd.c
+++ b/cancd.c
@@ -44,7 +44,7 @@
#include "kernel-list.h"
#ifndef VERSION
-#define VERSION "0.0.0"
+#define VERSION "0.1.0"
#endif
#define PROGNAME "cancd"