Release 3.2-rc1

pull/19/head 3.2-rc1
David Schweikert 13 years ago
parent 967266168d
commit 70b8d7e21e

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

Loading…
Cancel
Save