From: David Schweikert Date: Tue, 22 May 2012 08:03:27 +0000 (+0200) Subject: Release 3.2-rc1 X-Git-Url: https://git.gsnw.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=70b8d7e21edd022940fa2b84b819e556b793cf54;p=fping.git Release 3.2-rc1 --- diff --git a/.gitignore b/.gitignore index eddbbe3..7920308 100644 --- a/.gitignore +++ b/.gitignore @@ -1,14 +1,20 @@ - *.tar.gz *~ .deps Makefile +Makefile.in +aclocal.m4 autom4te.cache +config.guess config.h +config.h.in config.log config.status -doc/Makefile +config.sub +configure +depcomp +install-sh +missing src/*.o -src/Makefile src/fping stamp-h1 diff --git a/configure.ac b/configure.ac index 671b45c..7688095 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.1]) +AC_INIT([fping],[3.2-rc1]) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE([foreign])