aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile1
-rw-r--r--watch.c2
2 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index f9ae900..7b9b1f8 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,6 @@
PROG= watch
BINDIR= /usr/local/bin
MAN= watch.1
-#CFLAGS+=-ggdb
PDADD= ${LIBCURSES}
LDADD= -lcurses
diff --git a/watch.c b/watch.c
index 8521c6e..edc96c4 100644
--- a/watch.c
+++ b/watch.c
@@ -30,7 +30,7 @@
#include <sys/ioctl.h>
static char *copyright = "(c) 2003 demon <demon@vhost.dyndns.org>";
-static char *version = "0.3 alpha 3";
+static char *version = "0.4";
extern char *__progname;
unsigned int period = 2;