From: David Schweikert Date: Wed, 31 Dec 2025 16:19:30 +0000 (+0100) Subject: Release v5.5 X-Git-Tag: v5.5 X-Git-Url: https://git.gsnw.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=06f9481ef3cf79c2aa973718366fb13927777689;p=fping.git Release v5.5 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b52c7a..f64fb0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ -fping 5.5-rc2 (2025-12-28) -========================== +fping 5.5 (2025-12-31) +====================== ## New features diff --git a/configure.ac b/configure.ac index 5e65c16..b2b7f1b 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ dnl Process this file with autoconf to produce a configure script. dnl Minimum Autoconf version required. AC_PREREQ(2.59) -AC_INIT([fping],[5.5-rc2]) +AC_INIT([fping],[5.5]) m4_ifdef([AC_AUTOCONF_VERSION],[AC_USE_SYSTEM_EXTENSIONS], [AC_GNU_SOURCE])