This commit is contained in:
pdw
2004-07-26 20:37:25 +00:00
parent fb552d306e
commit 6623fda6d6
2 changed files with 2 additions and 1 deletions

View File

@@ -6,6 +6,7 @@ Unattributed items are by Paul Warren and Chris Lightfoot.
0.17 0.17
* Fixed segfault bug in config file handling. * Fixed segfault bug in config file handling.
* Added support for ppp interfaces
0.16 28/02/04 0.16 28/02/04
* Added support for DLT_NULL * Added support for DLT_NULL

View File

@@ -21,7 +21,7 @@ AC_CONFIG_AUX_DIR(config)
AC_CANONICAL_SYSTEM AC_CANONICAL_SYSTEM
AM_CONFIG_HEADER(config.h) AM_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE(iftop, "0.16") AM_INIT_AUTOMAKE(iftop, "0.17pre1")
AC_DEFINE_UNQUOTED(IFTOP_VERSION, "$VERSION", [The iftop version number]) AC_DEFINE_UNQUOTED(IFTOP_VERSION, "$VERSION", [The iftop version number])