From 07dae5d498ddcf466c53e0079aed676d066a8c18 Mon Sep 17 00:00:00 2001 From: fyodor Date: Thu, 19 Nov 2009 08:30:27 +0000 Subject: [PATCH] Next release will be 5.05BETA2 to distinguish it from the BETA1 used in svn for the last several months --- docs/nmap.1 | 8 ++++---- docs/nmap.usage.txt | 2 +- docs/zenmap.1 | 4 ++-- ndiff/docs/ndiff.1 | 4 ++-- nmap.h | 4 ++-- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/docs/nmap.1 b/docs/nmap.1 index 4dab3d399..4f3347372 100644 --- a/docs/nmap.1 +++ b/docs/nmap.1 @@ -2,12 +2,12 @@ .\" Title: nmap .\" Author: [see the "Author" section] .\" Generator: DocBook XSL Stylesheets v1.74.3 -.\" 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 \fR diff --git a/docs/nmap.usage.txt b/docs/nmap.usage.txt index b444f494b..e092a243f 100644 --- a/docs/nmap.usage.txt +++ b/docs/nmap.usage.txt @@ -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. diff --git a/docs/zenmap.1 b/docs/zenmap.1 index df152e346..08026747a 100644 --- a/docs/zenmap.1 +++ b/docs/zenmap.1 @@ -2,12 +2,12 @@ .\" Title: zenmap .\" Author: [see the "Authors" section] .\" Generator: DocBook XSL Stylesheets v1.74.3 -.\" 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 .\" ----------------------------------------------------------------- diff --git a/ndiff/docs/ndiff.1 b/ndiff/docs/ndiff.1 index aedbdbb56..c5e867479 100644 --- a/ndiff/docs/ndiff.1 +++ b/ndiff/docs/ndiff.1 @@ -2,12 +2,12 @@ .\" Title: ndiff .\" Author: [see the "Authors" section] .\" Generator: DocBook XSL Stylesheets v1.74.3 -.\" 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 .\" ----------------------------------------------------------------- diff --git a/nmap.h b/nmap.h index 7046596d9..b2a000b91 100644 --- a/nmap.h +++ b/nmap.h @@ -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: */