Skip to content

Commit aa08f88

Browse files
committed
Incremented version to 1.8 in preparation for release.
git-svn-id: svn+ssh://svn.nta-monitor.com/trunk/opensource/arp-scan@18144 062a1500-4a13-0410-a63b-ee65f32af78f
1 parent cad5a19 commit aa08f88

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: ChangeLog

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ $Id$
33
2011-03-01 Roy Hills <[email protected]>
44

55
* configure.ac: Remove version number from AM_INIT_AUTOMAKE macro,
6-
as this usage is obsolete now.
6+
as this usage is obsolete now. Incremented version to 1.8.
77

88
* ieee-oui.txt, ieee-iab.txt: Updated IEEE OUI and IAB listings from
99
IEEE website using get-oui and get-iab Perl scripts.

Diff for: NEWS

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ $Id$
33
This file gives a brief overview of the major changes between each arp-scan
44
release. For more details please read the ChangeLog file.
55

6-
2011-03-01 arp-scan 1.7.6:
6+
2011-03-01 arp-scan 1.8:
77

88
* Updated IEEE OUI and IAB MAC/Vendor files. There are now 14707 OUI entries
99
and 3542 IAB entries.

Diff for: configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
dnl $Id$
22
dnl Process this file with autoconf to produce a configure script.
33

4-
AC_INIT([arp-scan],[1.7.6],[[email protected]])
4+
AC_INIT([arp-scan],[1.8],[[email protected]])
55
AC_PREREQ(2.61)
66
AC_REVISION($Revision$)
77
AC_CONFIG_SRCDIR([arp-scan.c])

0 commit comments

Comments
 (0)