Skip to content

Commit

Permalink
mirror: Set version for snapshot release
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
qmonnet committed Mar 22, 2023
1 parent 1ac1a89 commit 51dac2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
BPFTOOL_VERSION := 7.2.0-snapshot.0
include Makefile.include

ifeq ($(srctree),)
Expand Down

0 comments on commit 51dac2a

Please sign in to comment.