diff --git a/ChangeLog b/ChangeLog index f267ac3..bc8a21d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,7 @@ Change log for iftop $Id$ -0.13 +0.13 11/06/03 * Fixed configure.in to properly specify libraries without the leading -l * Separated the IP/ethernet identifying routine from iftop.c into addrs_ioctl.c diff --git a/configure.in b/configure.in index a3475cf..8a2126a 100644 --- a/configure.in +++ b/configure.in @@ -21,7 +21,7 @@ AC_CONFIG_AUX_DIR(config) AC_CANONICAL_SYSTEM 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])