Skip to content

Commit 5e98c0b

Browse files
committed
Bump version to v1.3.1
Signed-off-by: Toke Høiland-Jørgensen <[email protected]>
1 parent 039bdea commit 5e98c0b

File tree

9 files changed

+12
-9
lines changed

9 files changed

+12
-9
lines changed

lib/libxdp/libxdp.3

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "libxdp" "3" "November 17, 2022" "v1.3.0" "libxdp - library for loading XDP programs"
1+
.TH "libxdp" "3" "November 17, 2022" "v1.3.1" "libxdp - library for loading XDP programs"
22

33
.SH "NAME"
44
libxdp \- library for attaching XDP programs and using AF_XDP sockets

packaging/rpm/xdp-tools.spec

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: xdp-tools
2-
Version: 1.3.0
2+
Version: 1.3.1
33
Release: 1%{?dist}
44
Summary: Utilities and example programs for use with XDP
55
%global _soversion 1.3.0
@@ -118,6 +118,9 @@ make install V=1
118118
%{_libdir}/pkgconfig/libxdp.pc
119119

120120
%changelog
121+
* Thu Feb 23 2023 Toke Høiland-Jørgensen <[email protected]> 1.3.1-1
122+
- Upstream version bump
123+
121124
* Tue Feb 7 2023 Toke Høiland-Jørgensen <[email protected]> 1.3.0-1
122125
- Upstream version bump
123126

version.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
TOOLS_VERSION := "1.3.0"
1+
TOOLS_VERSION := "1.3.1"
22

xdp-bench/xdp-bench.8

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "xdp-bench" "8" "FEBRUARY 3, 2023" "V1.3.0" "A simple XDP benchmarking tool"
1+
.TH "xdp-bench" "8" "FEBRUARY 4, 2023" "V1.3.1" "A simple XDP benchmarking tool"
22

33
.SH "NAME"
44
XDP-bench \- a simple XDP benchmarking tool

xdp-dump/xdpdump.8

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "xdpdump" "8" "JANUARY 13, 2021" "V1.3.0" "a simple tcpdump like tool for capturing packets at the XDP layer"
1+
.TH "xdpdump" "8" "JANUARY 13, 2021" "V1.3.1" "a simple tcpdump like tool for capturing packets at the XDP layer"
22

33
.SH "NAME"
44
xdpdump \- a simple tcpdump like tool for capturing packets at the XDP layer

xdp-filter/xdp-filter.8

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "xdp-filter" "8" "SEPTEMBER 5, 2022" "V1.3.0" "A simple XDP-powered packet filter"
1+
.TH "xdp-filter" "8" "SEPTEMBER 5, 2022" "V1.3.1" "A simple XDP-powered packet filter"
22

33
.SH "NAME"
44
xdp-filter \- a simple XDP-powered packet filter

xdp-loader/xdp-loader.8

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "xdp-loader" "8" "JANUARY 9, 2023" "V1.3.0" "XDP program loader"
1+
.TH "xdp-loader" "8" "JANUARY 9, 2023" "V1.3.1" "XDP program loader"
22

33
.SH "NAME"
44
xdp-loader \- an XDP program loader

xdp-monitor/xdp-monitor.8

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "xdp-monitor" "8" "DECEMBER 12, 2022" "V1.3.0" "A simple XDP monitoring tool"
1+
.TH "xdp-monitor" "8" "DECEMBER 12, 2022" "V1.3.1" "A simple XDP monitoring tool"
22

33
.SH "NAME"
44
XDP-monitor \- a simple BPF-powered XDP monitoring tool

xdp-trafficgen/xdp-trafficgen.8

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "xdp-trafficgen" "8" "FEBRUARY 3, 2023" "V1.3.0" "An XDP-based traffic generator"
1+
.TH "xdp-trafficgen" "8" "FEBRUARY 4, 2023" "V1.3.1" "An XDP-based traffic generator"
22

33
.SH "NAME"
44
XDP-trafficgen \- an XDP-based traffic generator

0 commit comments

Comments
 (0)