+2010-06-13, Version 1.4.0:
+       * noping: A new front-end to liboping, using the ncurses library, has
+         been added. The new command line application displays ping
+         statistics online and highlights aberrant round-trip times.
+
 2009-12-20, Version 1.3.4:
        * src/liboping.c: When one file descriptor was in an error state, the
          select(2) loop would run indefinitely. Error handling has been
 
-AC_INIT(liboping, 1.3.4)
+AC_INIT(liboping, 1.4.0)
 AC_CONFIG_SRCDIR(src/liboping.c)
 AC_CONFIG_HEADERS(src/config.h)
 AM_INIT_AUTOMAKE(dist-bzip2)