1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-08 23:49:03 +00:00

Actually 5.36TEST1 is a better version number than 5.36RC1, IMHO

This commit is contained in:
fyodor
2010-11-20 01:47:03 +00:00
parent 280205b01b
commit f0a52e8f65
3 changed files with 3 additions and 3 deletions

View File

@@ -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\&.

View File

@@ -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.

2
nmap.h
View File

@@ -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