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:
Daniel Borkmann
2019-04-12 08:55:04 +02:00
committed by yonghong-song
parent dd3fc8bde1
commit 8bbb21c227

View File

@@ -2,7 +2,7 @@
VERSION = 0
PATCHLEVEL = 0
EXTRAVERSION = 2
EXTRAVERSION = 3
LIBBPF_VERSION = $(VERSION).$(PATCHLEVEL).$(EXTRAVERSION)