Call this 3.3-rc1, not 3.3rc1

pull/34/head 3.3-rc1
David Schweikert 13 years ago
parent b4d0a93b70
commit 02ac0090e1

@ -1,5 +1,5 @@
UNRELEAESD David Schweikert <david@schweikert.ch> UNRELEAESD David Schweikert <david@schweikert.ch>
* Version 3.3rc1 * Version 3.3-rc1
* Do not output icmp errors with -q (#1) * Do not output icmp errors with -q (#1)
* Add --enable-ipv4 and --enable-ipv6 options to configure (Niclas Zeising) * Add --enable-ipv4 and --enable-ipv6 options to configure (Niclas Zeising)
* Fix removing of unreachable hosts when doing loop (Thomas Liske, #13 #23) * Fix removing of unreachable hosts when doing loop (Thomas Liske, #13 #23)

@ -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.3rc1]) AC_INIT([fping],[3.3-rc1])
dnl make ipv4 and ipv6 options dnl make ipv4 and ipv6 options
AC_ARG_ENABLE([ipv4], AC_ARG_ENABLE([ipv4],

Loading…
Cancel
Save