mirror of
https://github.com/netdata/libbpf.git
synced 2026-03-19 07:49:07 +08:00
libbpf: fix extraversion in makefile to that of upstream
Backport in f49907472f ("sync: latest libbpf changes from kernel")
missed to bump Makefile's EXTRAVERSION to 3.
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
This commit is contained in:
committed by
yonghong-song
parent
dd3fc8bde1
commit
8bbb21c227
@@ -2,7 +2,7 @@
|
||||
|
||||
VERSION = 0
|
||||
PATCHLEVEL = 0
|
||||
EXTRAVERSION = 2
|
||||
EXTRAVERSION = 3
|
||||
|
||||
LIBBPF_VERSION = $(VERSION).$(PATCHLEVEL).$(EXTRAVERSION)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user