diff options
author | pdw <> | 2014-01-01 17:42:40 +0000 |
---|---|---|
committer | pdw <> | 2014-01-01 17:42:40 +0000 |
commit | ff057367f72f1d55e087fbc6c7d701cb1b154fa4 (patch) | |
tree | 5f412f2544ce7f4ac44307e70445c6f572ab9fbf | |
parent | 4995ff52f5a85cf5a16c360ac54e8abd00e1bb62 (diff) | |
download | iftop-ff057367f72f1d55e087fbc6c7d701cb1b154fa4.zip |
update authors file, change version to 1.0pre3
-rw-r--r-- | AUTHORS | 8 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 3 insertions, 7 deletions
@@ -1,11 +1,7 @@ -Another file that automake insists on. - -Written by +Originally written by: Paul Warren, pdw@ex-parrot.com Chris Lightfoot, chris@ex-parrot.com -Mangled for Solaris by - -Jonathan Abbey, jonabbey@ganymeta.org +Other contributors are acknolwedged in ChangeLog. diff --git a/configure.in b/configure.in index 02bcd04..df91806 100644 --- a/configure.in +++ b/configure.in @@ -29,7 +29,7 @@ AC_CONFIG_AUX_DIR(config) AC_CANONICAL_SYSTEM AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(iftop, "1.0pre2") +AM_INIT_AUTOMAKE(iftop, "1.0pre3") AC_DEFINE_UNQUOTED(IFTOP_VERSION, "$VERSION", [The iftop version number]) |