Skip to content

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
= committed Feb 25, 2024
1 parent 2485405 commit aee0b87
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PRODUCTION := 0
PRODUCTION := 1
PRODUCTION_VERSION := 6.3.2
PRODUCTION_YEAR := 2024

Expand All @@ -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

Expand Down
5 changes: 5 additions & 0 deletions changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
25.02.2024
==========
release v6.3.3


04.02.2024
==========
hcxdumptool: changed bit mask order of exitoneapol
Expand Down

0 comments on commit aee0b87

Please sign in to comment.