Skip to content

Commit

Permalink
Bump TOOLS_VERSION to 1.2.5
Browse files Browse the repository at this point in the history
Signed-off-by: Toke Høiland-Jørgensen <[email protected]>
  • Loading branch information
tohojo committed Jul 3, 2022
1 parent ba7f045 commit 6c0836d
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lib/libxdp/libxdp.3
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "libxdp" "3" "January 10, 2022" "v1.2.4" "libxdp - library for loading XDP programs"
.TH "libxdp" "3" "January 10, 2022" "v1.2.5" "libxdp - library for loading XDP programs"

.SH "libxdp - library for attaching XDP programs and using AF_XDP sockets"
.PP
Expand Down
5 changes: 4 additions & 1 deletion packaging/rpm/xdp-tools.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: xdp-tools
Version: 1.2.4
Version: 1.2.5
Release: 1%{?dist}
Summary: Utilities and example programs for use with XDP
%global _soversion 1.2.0
Expand Down Expand Up @@ -112,6 +112,9 @@ make install V=1
%{_libdir}/pkgconfig/libxdp.pc

%changelog
* Sun Jul 3 2022 Toke Høiland-Jørgensen <[email protected]> 1.2.5-1
- Upstream version bump

* Tue Jun 28 2022 Toke Høiland-Jørgensen <[email protected]> 1.2.4-1
- Upstream version bump

Expand Down
2 changes: 1 addition & 1 deletion version.mk
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
TOOLS_VERSION := "1.2.4"
TOOLS_VERSION := "1.2.5"

2 changes: 1 addition & 1 deletion xdp-dump/xdpdump.8
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "xdpdump" "8" "JANUARY 13, 2021" "V1.2.4" "a simple tcpdump like tool for capturing packets at the XDP layer"
.TH "xdpdump" "8" "JANUARY 13, 2021" "V1.2.5" "a simple tcpdump like tool for capturing packets at the XDP layer"

.SH "xdpdump - a simple tcpdump like tool for capturing packets at the XDP layer"
.PP
Expand Down
2 changes: 1 addition & 1 deletion xdp-filter/xdp-filter.8
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "xdp-filter" "8" "JULY 10, 2020" "V1.2.4" "A simple XDP-powered packet filter"
.TH "xdp-filter" "8" "JULY 10, 2020" "V1.2.5" "A simple XDP-powered packet filter"

.SH "XDP-filter - a simple XDP-powered packet filter"
.PP
Expand Down
2 changes: 1 addition & 1 deletion xdp-loader/xdp-loader.8
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "xdp-loader" "8" "JANUARY 4, 2022" "V1.2.4" "XDP program loader"
.TH "xdp-loader" "8" "JANUARY 4, 2022" "V1.2.5" "XDP program loader"

.SH "XDP-loader - an XDP program loader"
.PP
Expand Down

0 comments on commit 6c0836d

Please sign in to comment.