From: David Schweikert Date: Sun, 15 Jul 2012 22:57:31 +0000 (+0200) Subject: start calling this 3.3rc1 X-Git-Url: https://git.gsnw.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a5c82f6a57e51ef5635f635efe9409d93dca346;p=fping.git start calling this 3.3rc1 --- diff --git a/configure.ac b/configure.ac index 984aabd..8eb498f 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.2]) +AC_INIT([fping],[3.3rc1]) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE([foreign]) diff --git a/doc/Makefile.am b/doc/Makefile.am index 5b873aa..b124bad 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,5 +1,5 @@ man_MANS = fping.8 -EXTRA_DIST = $(man_MANS) +EXTRA_DIST = $(man_MANS) fping.pod README.1992 fping.8: fping.pod pod2man $< >$@