Skip to content

Commit

Permalink
Version 0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
nhnghia committed Feb 19, 2024
1 parent bb5d7f8 commit 86f2074
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Version 0.0.7
- Bind SCTP socket in a specific IP. Fixed #43, fixed #45

# Version 0.0.7
- HTTP2 mutation and forwarding packets

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ MMT_DPI_DIR := $(MMT_BASE)/dpi

#get git version abbrev
GIT_VERSION := $(shell git log --format="%h" -n 1)
VERSION := 0.0.7
VERSION := 0.0.8

CACHE_LINESIZE := 64 #$(shell getconf LEVEL1_DCACHE_LINESIZE)

Expand Down

0 comments on commit 86f2074

Please sign in to comment.