]> git.gsnw.org Git - fping.git/commitdiff
Release v5.3 develop
authorDavid Schweikert <david@schweikert.ch>
Thu, 2 Jan 2025 17:00:09 +0000 (18:00 +0100)
committerDavid Schweikert <david@schweikert.ch>
Thu, 2 Jan 2025 17:07:56 +0000 (18:07 +0100)
CHANGELOG.md
configure.ac

index dd45fa7062acbfc7bd96d08b482b64462a07b151..880e7e59f2b29c0280c9ab7bfddf20b213d0f2f9 100644 (file)
@@ -1,5 +1,5 @@
-fping 5.3-rc1 (2024-12-08)
-==========================
+fping 5.3 (2025-01-02)
+======================
 
 
 ## New features
index 66e6f8b0da2c571e87ac658563b529ebef4b2ed2..80d05fcf5650c6c2a78fa80b396b850a464191e5 100644 (file)
@@ -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.3-rc3])
+AC_INIT([fping],[5.3])
 
 m4_ifdef([AC_AUTOCONF_VERSION],[AC_USE_SYSTEM_EXTENSIONS], [AC_GNU_SOURCE])