From e38f2b221cc77273755744d39f14696681692e61 Mon Sep 17 00:00:00 2001 From: David Schweikert Date: Sun, 28 Jun 2020 22:31:06 +0200 Subject: [PATCH] add missing files from tar.gz (ci, contrib, README.md) - fixes #178 --- Makefile.am | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 0fc184b..4bb43df 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,3 +1,3 @@ SUBDIRS = doc src -EXTRA_DIST = CHANGELOG.md +EXTRA_DIST = CHANGELOG.md ci contrib README.md diff --git a/configure.ac b/configure.ac index 76b4c0d..0cc9ac3 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],[4.2]) +AC_INIT([fping],[4.3-rc1]) AC_GNU_SOURCE dnl --disable-ipv4 -- 2.43.0