diff --git a/ChangeLog b/ChangeLog index 174ca19..c5f7573 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,5 @@ -UNRELEASED +2017-01-10 David Schweikert + * Version 3.14 * (feature) Ignore network and broadcast for cidrs /31 and /32 (#102, Martin Topholm) * (feature) New option '-M' to set the "Don't Fragment" flag (#91, Don Bowman) * (feature) New option '-N' to output statistics for netdata (see: http://my-netdata.io/, #10, Costa Tsaousis) diff --git a/configure.ac b/configure.ac index 92ba30f..d04e954 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.13]) +AC_INIT([fping],[3.14]) dnl make ipv4 and ipv6 options AC_ARG_ENABLE([ipv4],