mirror of
https://frontier.innolan.net/rainlance/amiga-fping.git
synced 2026-03-19 16:22:26 +00:00
Release 3.2-rc1
This commit is contained in:
12
.gitignore
vendored
12
.gitignore
vendored
@ -1,14 +1,20 @@
|
|||||||
|
|
||||||
*.tar.gz
|
*.tar.gz
|
||||||
*~
|
*~
|
||||||
.deps
|
.deps
|
||||||
Makefile
|
Makefile
|
||||||
|
Makefile.in
|
||||||
|
aclocal.m4
|
||||||
autom4te.cache
|
autom4te.cache
|
||||||
|
config.guess
|
||||||
config.h
|
config.h
|
||||||
|
config.h.in
|
||||||
config.log
|
config.log
|
||||||
config.status
|
config.status
|
||||||
doc/Makefile
|
config.sub
|
||||||
|
configure
|
||||||
|
depcomp
|
||||||
|
install-sh
|
||||||
|
missing
|
||||||
src/*.o
|
src/*.o
|
||||||
src/Makefile
|
|
||||||
src/fping
|
src/fping
|
||||||
stamp-h1
|
stamp-h1
|
||||||
|
|||||||
@ -3,7 +3,7 @@ dnl Process this file with autoconf to produce a configure script.
|
|||||||
dnl Minimum Autoconf version required.
|
dnl Minimum Autoconf version required.
|
||||||
AC_PREREQ(2.59)
|
AC_PREREQ(2.59)
|
||||||
|
|
||||||
AC_INIT([fping],[3.1])
|
AC_INIT([fping],[3.2-rc1])
|
||||||
|
|
||||||
AC_CANONICAL_TARGET
|
AC_CANONICAL_TARGET
|
||||||
AM_INIT_AUTOMAKE([foreign])
|
AM_INIT_AUTOMAKE([foreign])
|
||||||
|
|||||||
Reference in New Issue
Block a user