Skip to content

Commit

Permalink
v0.20.3 release
Browse files Browse the repository at this point in the history
Fix build on older kernels.
  • Loading branch information
danobi committed Mar 26, 2024
1 parent 9357fd0 commit 7041eaa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ and this project adheres to
#### Docs
#### Tools

## [0.20.3] 2024-03-25

- Fix build on kernels older than 5.16
- [#2977](https://github.com/bpftrace/bpftrace/pull/2977)

## [0.20.2] 2024-03-07

- Fix security hole checking unpacked kernel headers
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ cmake_policy(SET CMP0057 NEW)
# bpftrace version number components.
set(bpftrace_VERSION_MAJOR 0)
set(bpftrace_VERSION_MINOR 20)
set(bpftrace_VERSION_PATCH 2)
set(bpftrace_VERSION_PATCH 3)

include(GNUInstallDirs)

Expand Down

0 comments on commit 7041eaa

Please sign in to comment.