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])