From aee0b8752d016813de517df7fe6c19d33a9a4235 Mon Sep 17 00:00:00 2001 From: = <=> Date: Sun, 25 Feb 2024 15:59:13 +0100 Subject: [PATCH] prepare release --- Makefile | 6 +++--- changelog | 5 +++++ 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 8cf19062e..14b0531b3 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -PRODUCTION := 0 +PRODUCTION := 1 PRODUCTION_VERSION := 6.3.2 PRODUCTION_YEAR := 2024 @@ -25,8 +25,8 @@ DEFS += -DHCXSTATUSOUT # comment to disable GPS support DEFS += -DHCXNMEAOUT # uncomment to enable BPF compiler -#DEFS += -DHCXWANTLIBPCAP -#LDFLAGS += -lpcap +DEFS += -DHCXWANTLIBPCAP +LDFLAGS += -lpcap # uncomment to enable DEBUG log #DEFS += -DHCXDEBUG diff --git a/changelog b/changelog index 105a796ee..8fb34f284 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,8 @@ +25.02.2024 +========== +release v6.3.3 + + 04.02.2024 ========== hcxdumptool: changed bit mask order of exitoneapol