diff --git a/FingerPrintResults.cc b/FingerPrintResults.cc index 8987fa5fe..f135e4263 100644 --- a/FingerPrintResults.cc +++ b/FingerPrintResults.cc @@ -1,6 +1,6 @@ /*************************************************************************** - * FingerPrintResults -- The FingerPrintResults class the results of OS * + * FingerPrintResults.cc -- The FingerPrintResults class the results of OS * * fingerprint matching against a certain host. * * * ***********************IMPORTANT NMAP LICENSE TERMS************************ diff --git a/FingerPrintResults.h b/FingerPrintResults.h index ce1d5de30..3421d3a4e 100644 --- a/FingerPrintResults.h +++ b/FingerPrintResults.h @@ -1,6 +1,6 @@ /*************************************************************************** - * FingerPrintResults -- The FingerPrintResults class the results of OS * + * FingerPrintResults.h -- The FingerPrintResults class the results of OS * * fingerprint matching against a certain host. * * * ***********************IMPORTANT NMAP LICENSE TERMS************************ diff --git a/MACLookup.h b/MACLookup.h index d0fdbeea2..287f268af 100644 --- a/MACLookup.h +++ b/MACLookup.h @@ -1,6 +1,6 @@ /*************************************************************************** - * MACLookup.cc -- This relatively simple system handles looking up the * + * MACLookup.h -- This relatively simple system handles looking up the * * vendor registered to a MAC address using the nmap-mac-prefixes * * database. * * * diff --git a/Makefile.in b/Makefile.in index 2949cbc10..5a653d8b0 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,4 +1,4 @@ -export NMAP_VERSION = 4.20ALPHA6 +export NMAP_VERSION = 4.20ALPHA7 NMAP_NAME= Nmap NMAP_URL= http://Insecure.Org NMAP_PLATFORM=@host@ diff --git a/nmap_winconfig.h b/nmap_winconfig.h index 24a037ce0..cd4953cee 100644 --- a/nmap_winconfig.h +++ b/nmap_winconfig.h @@ -106,7 +106,7 @@ /* Without this, Windows will give us all sorts of crap about using functions like strcpy() even if they are done safely */ #define _CRT_SECURE_NO_DEPRECATE 1 -#define NMAP_VERSION "4.20ALPHA6" +#define NMAP_VERSION "4.20ALPHA7" #define NMAP_NAME "Nmap" #define NMAP_URL "http://www.insecure.org/nmap" #define NMAP_PLATFORM "i686-pc-windows-windows"