mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 06:40:48 +00:00
Actually 5.36TEST1 is a better version number than 5.36RC1, IMHO
This commit is contained in:
parent
280205b01b
commit
f0a52e8f65
3 changed files with 3 additions and 3 deletions
|
|
@ -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\&.
|
||||
|
|
|
|||
|
|
@ -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
2
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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue