diff --git a/CHANGES b/CHANGES index 980a5d8..cbd0fe1 100644 --- a/CHANGES +++ b/CHANGES @@ -4,7 +4,7 @@ $Id$ 0.8 Added support for displaying port numbers -Minor fix to rate display +Minor fixes to rate display Minor fix to netmask handling (specifying /32 was broken) Updated RPM spec file Iain Lea diff --git a/Makefile b/Makefile index 194e821..aa39470 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.8pre2 +VERSION = 0.8pre3 CFLAGS += -g -Wall "-DIFTOP_VERSION=\"$(VERSION)\"" LDFLAGS += -g LDLIBS += -lpcap -lpthread -lcurses -lm