From aff259bbd0bef4c1fc296e3c2fd324975652e2dc Mon Sep 17 00:00:00 2001 From: David Schweikert Date: Sun, 19 Aug 2012 23:06:18 +0200 Subject: [PATCH] release 3.3 --- ChangeLog | 4 ++-- configure.ac | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index aa266eb..71d844d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,5 @@ -UNRELEAESD David Schweikert - * Version 3.3-rc1 +2012-08-19 David Schweikert + * 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) diff --git a/configure.ac b/configure.ac index 38e94ef..ba6f5b2 100644 --- a/configure.ac +++ b/configure.ac @@ -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], -- 2.43.0