From 5dd8c5de5054ee8d2212752c4d92f88c9291c806 Mon Sep 17 00:00:00 2001 From: David Schweikert Date: Thu, 27 Feb 2014 23:00:53 +0100 Subject: [PATCH] release 3.8-rc1 --- .gitignore | 1 + configure.ac | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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],