Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
bpftune: packaging support
bump to 0.1-2 after package review.

Orabug: 35385703

Signed-off-by: Alan Maguire <[email protected]>
Reviewed-by: Laurence Rochfort <[email protected]>
  • Loading branch information
alan-maguire committed May 24, 2023
commit 08dc4143ef61b5d0cc18033e88970ebff9fa2aad
2 changes: 1 addition & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ ifeq ($(BPFTUNE_VERSION),)
BPFTUNE_VERSION := $(KERNEL_REL)
endif

VERSION = 0.1.1
VERSION = 0.1.2
VERSION_SCRIPT := libbpftune.map

CFLAGS = -fPIC -Wall -Wextra -march=native -g -I../include -std=c99
Expand Down