1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-05 22:19:03 +00:00

fix version number

This commit is contained in:
fyodor
2007-12-22 02:17:42 +00:00
parent e26237bb38
commit 74a790baab
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

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