mirror of
https://github.com/nmap/nmap.git
synced 2026-08-03 22:29:06 +00:00
fix version number
This commit is contained in:
parent
e26237bb38
commit
74a790baab
3 changed files with 3 additions and 3 deletions
|
|
@ -102,7 +102,7 @@ This options summary is printed when Nmap is run with no arguments, and the late
|
|||
.sp
|
||||
.RS 4
|
||||
.nf
|
||||
Nmap 4\.51 ( http://insecure\.org )
|
||||
Nmap 4\.51BETA ( http://insecure\.org )
|
||||
Usage: nmap [Scan Type(s)] [Options] {target specification}
|
||||
TARGET SPECIFICATION:
|
||||
Can pass hostnames, IP addresses, networks, etc\.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
Nmap 4.51 ( http://insecure.org )
|
||||
Nmap 4.51BETA ( http://insecure.org )
|
||||
Usage: nmap [Scan Type(s)] [Options] {target specification}
|
||||
TARGET SPECIFICATION:
|
||||
Can pass hostnames, IP addresses, networks, etc.
|
||||
|
|
|
|||
2
nmap.h
2
nmap.h
|
|
@ -253,7 +253,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 "4.51"
|
||||
#define NMAP_VERSION "4.51BETA"
|
||||
#define NMAP_NUM_VERSION "4.51.0.0"
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue