]> git.gsnw.org Git - fping.git/commitdiff
Release 3.2-rc1
authorDavid Schweikert <david@schweikert.ch>
Tue, 22 May 2012 08:03:27 +0000 (10:03 +0200)
committerDavid Schweikert <david@schweikert.ch>
Tue, 22 May 2012 08:03:27 +0000 (10:03 +0200)
.gitignore
configure.ac

index eddbbe329d34341a97b0bf0a6658ab5a3e5dcdfc..79203087d51d9117590c8ca0b2bacc9cfaba7d8f 100644 (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
index 671b45cbb4c93843dd09873dea53af30f6ff8e56..7688095a7dea47e2d98842671af68aaefe616418 100644 (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])