1
0
mirror of https://frontier.innolan.net/rainlance/amiga-fping.git synced 2026-03-16 22:50:37 +00:00

Release 3.2-rc1

This commit is contained in:
David Schweikert
2012-05-22 10:03:27 +02:00
parent 967266168d
commit 70b8d7e21e
2 changed files with 10 additions and 4 deletions

12
.gitignore vendored
View File

@ -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

View File

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