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