From: David Schweikert Date: Thu, 27 Feb 2014 22:00:53 +0000 (+0100) Subject: release 3.8-rc1 X-Git-Url: https://git.gsnw.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5dd8c5de5054ee8d2212752c4d92f88c9291c806;p=fping.git release 3.8-rc1 --- diff --git a/.gitignore b/.gitignore index 368138e..a357ffc 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,7 @@ Makefile Makefile.in aclocal.m4 autom4te.cache +compile config.guess config.h config.h.in diff --git a/configure.ac b/configure.ac index 14c2915..f7292ff 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],[3.7]) +AC_INIT([fping],[3.8-rc1]) dnl make ipv4 and ipv6 options AC_ARG_ENABLE([ipv4],