diff --git a/docs/nmap.usage.txt b/docs/nmap.usage.txt index 7f77cbc94..c15c8af93 100644 --- a/docs/nmap.usage.txt +++ b/docs/nmap.usage.txt @@ -1,4 +1,4 @@ -Nmap 7.93 ( https://nmap.org ) +Nmap 7.93SVN ( https://nmap.org ) Usage: nmap [Scan Type(s)] [Options] {target specification} TARGET SPECIFICATION: Can pass hostnames, IP addresses, networks, etc. diff --git a/ncat/docs/ncat.usage.txt b/ncat/docs/ncat.usage.txt index e445f0cba..5b1849b94 100644 --- a/ncat/docs/ncat.usage.txt +++ b/ncat/docs/ncat.usage.txt @@ -1,4 +1,4 @@ -Ncat 7.93 ( https://nmap.org/ncat ) +Ncat 7.93SVN ( https://nmap.org/ncat ) Usage: ncat [options] [hostname] [port] Options taking a time assume seconds. Append 'ms' for milliseconds, diff --git a/ncat/ncat.h b/ncat/ncat.h index efa15c1c0..fa5f8b1c5 100644 --- a/ncat/ncat.h +++ b/ncat/ncat.h @@ -80,7 +80,7 @@ /* Ncat information for output, etc. */ #define NCAT_NAME "Ncat" #define NCAT_URL "https://nmap.org/ncat" -#define NCAT_VERSION "7.93" +#define NCAT_VERSION "7.93SVN" #ifndef __GNUC__ #ifndef __attribute__