This commit is contained in:
pdw
2003-06-11 17:18:36 +00:00
parent b2a940d013
commit fc967957da
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
Change log for iftop Change log for iftop
$Id$ $Id$
0.13 0.13 11/06/03
* Fixed configure.in to properly specify libraries without the leading -l * Fixed configure.in to properly specify libraries without the leading -l
* Separated the IP/ethernet identifying routine from iftop.c into addrs_ioctl.c * Separated the IP/ethernet identifying routine from iftop.c into addrs_ioctl.c

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.13pre2") AM_INIT_AUTOMAKE(iftop, "0.13")
AC_DEFINE_UNQUOTED(IFTOP_VERSION, "$VERSION", [The iftop version number]) AC_DEFINE_UNQUOTED(IFTOP_VERSION, "$VERSION", [The iftop version number])