diff --git a/ChangeLog b/ChangeLog index a2afc80..ed4b8c6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,7 +3,7 @@ $Id$ 2011-03-01 Roy Hills * configure.ac: Remove version number from AM_INIT_AUTOMAKE macro, - as this usage is obsolete now. + as this usage is obsolete now. Incremented version to 1.8. * ieee-oui.txt, ieee-iab.txt: Updated IEEE OUI and IAB listings from IEEE website using get-oui and get-iab Perl scripts. diff --git a/NEWS b/NEWS index 3407d84..94c04e7 100644 --- a/NEWS +++ b/NEWS @@ -3,7 +3,7 @@ $Id$ This file gives a brief overview of the major changes between each arp-scan release. For more details please read the ChangeLog file. -2011-03-01 arp-scan 1.7.6: +2011-03-01 arp-scan 1.8: * Updated IEEE OUI and IAB MAC/Vendor files. There are now 14707 OUI entries and 3542 IAB entries. diff --git a/configure.ac b/configure.ac index cc2aecb..80f0655 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl $Id$ dnl Process this file with autoconf to produce a configure script. -AC_INIT([arp-scan],[1.7.6],[arp-scan@nta-monitor.com]) +AC_INIT([arp-scan],[1.8],[arp-scan@nta-monitor.com]) AC_PREREQ(2.61) AC_REVISION($Revision$) AC_CONFIG_SRCDIR([arp-scan.c])