]> git.gsnw.org Git - fping.git/commitdiff
release 3.3
authorDavid Schweikert <david@schweikert.ch>
Sun, 19 Aug 2012 21:06:18 +0000 (23:06 +0200)
committerDavid Schweikert <david@schweikert.ch>
Sun, 19 Aug 2012 21:06:18 +0000 (23:06 +0200)
ChangeLog
configure.ac

index aa266ebea76d95f36ae5bd4d5794d269028175db..71d844dffaec49fe952e96453ca2d65bf8651aff 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,5 @@
-UNRELEAESD  David Schweikert  <david@schweikert.ch>
-  * Version 3.3-rc1
+2012-08-19  David Schweikert  <david@schweikert.ch>
+  * Version 3.3
   * Do not output icmp errors with -q (#1)
   * Add --enable-ipv4 and --enable-ipv6 options to configure (Niclas Zeising)
   * Fix removing of unreachable hosts when doing loop (Thomas Liske, #13 #23)
index 38e94efaa85a65fe908f9999a1be003f2922d149..ba6f5b2ff34d280eafb62d68dfca7f5309768fde 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.3-rc1])
+AC_INIT([fping],[3.3])
 
 dnl make ipv4 and ipv6 options
 AC_ARG_ENABLE([ipv4],