From ae8318ea1f9f73b66b99c56a531a38752d07f90a Mon Sep 17 00:00:00 2001 From: Alexander Bluhm Date: Fri, 29 Mar 2024 15:50:03 +0100 Subject: [PATCH] Bump version number to 1.11. --- Changes | 2 ++ Makefile | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index e0cd2d1..eca99ce 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,7 @@ Revision history for udpbench udp network benchmarking tool. +1.11 + 1.10 2024-03-29 * Use pkgconf to build on GNU/Linux. diff --git a/Makefile b/Makefile index 2a70965..6951c49 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ WARNINGS= yes BINDIR?= /usr/local/bin MANDIR?= /usr/local/man/man -VERSION= 1.10 +VERSION= 1.11 CLEANFILES= udpbench-${VERSION}.tar.gz* .PHONY: dist udpbench-${VERSION}.tar.gz