From f0a52e8f6595a5a3ce66e43cb1d4df72bb54697f Mon Sep 17 00:00:00 2001 From: fyodor Date: Sat, 20 Nov 2010 01:47:03 +0000 Subject: [PATCH] Actually 5.36TEST1 is a better version number than 5.36RC1, IMHO --- docs/nmap.1 | 2 +- docs/nmap.usage.txt | 2 +- nmap.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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