From c5ff172c8b3f0a1e8ab2996ef3a31eda2f59fd1a Mon Sep 17 00:00:00 2001 From: pdw <> Date: Wed, 16 Oct 2002 15:43:03 +0000 Subject: [PATCH] 0.8 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index aa39470..a4b1c7f 100644 --- a/Makefile +++ b/Makefile @@ -29,7 +29,7 @@ MANDIR = man #MANDIR = share/man # FHS-ish # You shouldn't need to change anything below this point. -VERSION = 0.8pre3 +VERSION = 0.8 CFLAGS += -g -Wall "-DIFTOP_VERSION=\"$(VERSION)\"" LDFLAGS += -g LDLIBS += -lpcap -lpthread -lcurses -lm