From: David Schweikert Date: Sun, 28 Dec 2025 08:05:21 +0000 (+0100) Subject: Release 5.5-rc2 X-Git-Tag: v5.5~2 X-Git-Url: https://git.gsnw.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1485789c18b0fd6e2ce988a37abd7185164801e2;p=fping.git Release 5.5-rc2 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index f9d0c9c..1b52c7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -fping 5.5-rc1 (2025-12-21) +fping 5.5-rc2 (2025-12-28) ========================== ## New features diff --git a/configure.ac b/configure.ac index f152520..5e65c16 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-rc1]) +AC_INIT([fping],[5.5-rc2]) m4_ifdef([AC_AUTOCONF_VERSION],[AC_USE_SYSTEM_EXTENSIONS], [AC_GNU_SOURCE])