From 6dc54f6d43e3f76bce71d32898724373e875784c Mon Sep 17 00:00:00 2001 From: Thomas Habets Date: Sun, 31 Dec 2023 14:17:11 +0000 Subject: [PATCH] Up version to 2.24 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index c05cde1..4de5db4 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.61) -AC_INIT(arping, 2.23, thomas@habets.se) +AC_INIT(arping, 2.24, thomas@habets.se) AC_CANONICAL_SYSTEM AC_CONFIG_SRCDIR([src/arping.c]) AM_INIT_AUTOMAKE