1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-30 11:29:01 +00:00

Next release will be 5.05BETA2 to distinguish it from the BETA1 used in svn for the last several months

This commit is contained in:
fyodor
2009-11-19 08:30:27 +00:00
parent 61190c7818
commit 07dae5d498
5 changed files with 11 additions and 11 deletions

View File

@@ -2,12 +2,12 @@
.\" Title: nmap
.\" Author: [see the "Author" section]
.\" Generator: DocBook XSL Stylesheets v1.74.3 <http://docbook.sf.net/>
.\" Date: 11/17/2009
.\" Date: 11/19/2009
.\" Manual: Nmap Reference Guide
.\" Source: Nmap
.\" Language: English
.\"
.TH "NMAP" "1" "11/17/2009" "Nmap" "Nmap Reference Guide"
.TH "NMAP" "1" "11/19/2009" "Nmap" "Nmap Reference Guide"
.\" -----------------------------------------------------------------
.\" * set default formatting
.\" -----------------------------------------------------------------
@@ -111,7 +111,7 @@ This options summary is printed when Nmap is run with no arguments, and the late
.RS 4
.\}
.nf
Nmap 5\&.05BETA1 ( http://nmap\&.org )
Nmap 5\&.05BETA2 ( http://nmap\&.org )
Usage: nmap [Scan Type(s)] [Options] {target specification}
TARGET SPECIFICATION:
Can pass hostnames, IP addresses, networks, etc\&.
@@ -967,7 +967,7 @@ means to scan only ports that are named in the services file (normally Nmap scan
.RS 4
By default, Nmap randomizes the scanned port order (except that certain commonly accessible ports are moved near the beginning for efficiency reasons)\&. This randomization is normally desirable, but you can specify
\fB\-r\fR
for sequential port scanning instead\&.
for sequential (sorted from lowest to highest) port scanning instead\&.
.RE
.PP
\fB\-\-port\-ratio <decimal number between 0 and 1>\fR

View File

@@ -1,4 +1,4 @@
Nmap 5.05BETA1 ( http://nmap.org )
Nmap 5.05BETA2 ( http://nmap.org )
Usage: nmap [Scan Type(s)] [Options] {target specification}
TARGET SPECIFICATION:
Can pass hostnames, IP addresses, networks, etc.

View File

@@ -2,12 +2,12 @@
.\" Title: zenmap
.\" Author: [see the "Authors" section]
.\" Generator: DocBook XSL Stylesheets v1.74.3 <http://docbook.sf.net/>
.\" Date: 11/17/2009
.\" Date: 11/19/2009
.\" Manual: Zenmap Reference Guide
.\" Source: Zenmap
.\" Language: English
.\"
.TH "ZENMAP" "1" "11/17/2009" "Zenmap" "Zenmap Reference Guide"
.TH "ZENMAP" "1" "11/19/2009" "Zenmap" "Zenmap Reference Guide"
.\" -----------------------------------------------------------------
.\" * set default formatting
.\" -----------------------------------------------------------------

View File

@@ -2,12 +2,12 @@
.\" Title: ndiff
.\" Author: [see the "Authors" section]
.\" Generator: DocBook XSL Stylesheets v1.74.3 <http://docbook.sf.net/>
.\" Date: 07/30/2009
.\" Date: 11/19/2009
.\" Manual: User Commands
.\" Source: Ndiff
.\" Language: English
.\"
.TH "NDIFF" "1" "07/30/2009" "Ndiff" "User Commands"
.TH "NDIFF" "1" "11/19/2009" "Ndiff" "User Commands"
.\" -----------------------------------------------------------------
.\" * set default formatting
.\" -----------------------------------------------------------------

4
nmap.h
View File

@@ -252,8 +252,8 @@ 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.05BETA1"
#define NMAP_NUM_VERSION "5.05.0.1"
#define NMAP_VERSION "5.05BETA2"
#define NMAP_NUM_VERSION "5.05.0.2"
#endif
/* User configurable #defines: */