Skip to content

Commit 51dac2a

Browse files
committed
mirror: Set version for snapshot release
Following up on the new release workflow, we want a release to produce binary assets. But minor releases are aligned on libbpf's, and there's no real reason to make an official patch release. Let's make a snapshot from the next minor version. We cannot use libbpf's version number here, but must hardcode it in the Makefile. Signed-off-by: Quentin Monnet <[email protected]>
1 parent 1ac1a89 commit 51dac2a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2+
BPFTOOL_VERSION := 7.2.0-snapshot.0
23
include Makefile.include
34

45
ifeq ($(srctree),)

0 commit comments

Comments
 (0)