From 386cba71ecb6f32368d2e8b17a1fe5a7039e2115 Mon Sep 17 00:00:00 2001 From: pdw <> Date: Tue, 15 Oct 2002 08:52:13 +0000 Subject: [PATCH] 0.8pre3 --- CHANGES | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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