From 050548f5624ce2c396d6ce99e615b360b10e6d5e Mon Sep 17 00:00:00 2001 From: fyodor Date: Sat, 20 Nov 2010 08:36:49 +0000 Subject: [PATCH] Change version number from 5.36TEST1 to TEST2 --- docs/nmap.1 | 6 +++--- docs/nmap.usage.txt | 2 +- docs/zenmap.1 | 4 ++-- ndiff/docs/ndiff.1 | 4 ++-- nmap.h | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/nmap.1 b/docs/nmap.1 index 690c4c7b7..8be517f45 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.75.2 -.\" Date: 11/19/2010 +.\" Date: 11/20/2010 .\" Manual: Nmap Reference Guide .\" Source: Nmap .\" Language: English .\" -.TH "NMAP" "1" "11/19/2010" "Nmap" "Nmap Reference Guide" +.TH "NMAP" "1" "11/20/2010" "Nmap" "Nmap Reference Guide" .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- @@ -117,7 +117,7 @@ This options summary is printed when Nmap is run with no arguments, and the late .RS 4 .\} .nf -Nmap 5\&.36TEST1 ( http://nmap\&.org ) +Nmap 5\&.36TEST2 ( http://nmap\&.org ) Usage: nmap [Scan Type(s)] [Options] {target specification} TARGET SPECIFICATION: Can pass hostnames, IP addresses, networks, etc\&. diff --git a/docs/nmap.usage.txt b/docs/nmap.usage.txt index 64d82348f..be924c60e 100644 --- a/docs/nmap.usage.txt +++ b/docs/nmap.usage.txt @@ -1,4 +1,4 @@ -Nmap 5.36TEST1 ( http://nmap.org ) +Nmap 5.36TEST2 ( 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 920256752..5ca1edfc3 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.75.2 -.\" Date: 11/19/2010 +.\" Date: 11/20/2010 .\" Manual: Zenmap Reference Guide .\" Source: Zenmap .\" Language: English .\" -.TH "ZENMAP" "1" "11/19/2010" "Zenmap" "Zenmap Reference Guide" +.TH "ZENMAP" "1" "11/20/2010" "Zenmap" "Zenmap Reference Guide" .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- diff --git a/ndiff/docs/ndiff.1 b/ndiff/docs/ndiff.1 index 3831cf249..a34dd3bf0 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.75.2 -.\" Date: 11/19/2010 +.\" Date: 11/20/2010 .\" Manual: User Commands .\" Source: Ndiff .\" Language: English .\" -.TH "NDIFF" "1" "11/19/2010" "Ndiff" "User Commands" +.TH "NDIFF" "1" "11/20/2010" "Ndiff" "User Commands" .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- diff --git a/nmap.h b/nmap.h index c75fa7601..bd44664f9 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.36TEST1" -#define NMAP_NUM_VERSION "5.36.0.1" +#define NMAP_VERSION "5.36TEST2" +#define NMAP_NUM_VERSION "5.36.0.2" #endif /* User configurable #defines: */