diff --git a/docs/nmap.1 b/docs/nmap.1 index 4b6a19c9c..690c4c7b7 100644 --- a/docs/nmap.1 +++ b/docs/nmap.1 @@ -117,7 +117,7 @@ This options summary is printed when Nmap is run with no arguments, and the late .RS 4 .\} .nf -Nmap 5\&.36RC1 ( http://nmap\&.org ) +Nmap 5\&.36TEST1 ( http://nmap\&.org ) Usage: nmap [Scan Type(s)] [Options] {target specification} TARGET SPECIFICATION: Can pass hostnames, IP addresses, networks, etc\&. diff --git a/docs/nmap.usage.txt b/docs/nmap.usage.txt index 5a81b1016..64d82348f 100644 --- a/docs/nmap.usage.txt +++ b/docs/nmap.usage.txt @@ -1,4 +1,4 @@ -Nmap 5.36RC1 ( http://nmap.org ) +Nmap 5.36TEST1 ( http://nmap.org ) Usage: nmap [Scan Type(s)] [Options] {target specification} TARGET SPECIFICATION: Can pass hostnames, IP addresses, networks, etc. diff --git a/nmap.h b/nmap.h index 388c8ddca..c75fa7601 100644 --- a/nmap.h +++ b/nmap.h @@ -252,7 +252,7 @@ void *realloc(); #ifndef NMAP_VERSION /* Edit this definition only within the quotes, because it is read from this file by the makefiles. */ -#define NMAP_VERSION "5.36RC1" +#define NMAP_VERSION "5.36TEST1" #define NMAP_NUM_VERSION "5.36.0.1" #endif