From e274744d8c943e2ba1208f626ee82fe910eafd7e Mon Sep 17 00:00:00 2001 From: fyodor Date: Mon, 8 Sep 2008 03:32:48 +0000 Subject: [PATCH] Update Nmap version num --- CHANGELOG | 2 +- docs/nmap.1 | 6 +++--- docs/nmap.usage.txt | 2 +- docs/zenmap.1 | 4 ++-- nmap.h | 4 ++-- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index a515eb46e..17b363f1c 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,6 @@ # Nmap Changelog ($Id$); -*-text-*- -4.69BETA1 +Nmap 4.75 [2008-9-7] o [Zenmap] Added a new Scan Topology system. The idea is that if we are going to call Nmap the "Network Mapper", it should at least be diff --git a/docs/nmap.1 b/docs/nmap.1 index d0b2c679b..214c0deed 100644 --- a/docs/nmap.1 +++ b/docs/nmap.1 @@ -1,11 +1,11 @@ .\" Title: nmap .\" Author: Gordon \(lqFyodor\(rq Lyon .\" Generator: DocBook XSL Stylesheets v1.73.2 -.\" Date: 09/05/2008 +.\" Date: 09/07/2008 .\" Manual: Nmap Network Scanning .\" Source: Insecure.Org Zero Day .\" -.TH "NMAP" "1" "09/05/2008" "Insecure.Org Zero Day" "Nmap Network Scanning" +.TH "NMAP" "1" "09/07/2008" "Insecure.Org Zero Day" "Nmap Network Scanning" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) @@ -107,7 +107,7 @@ This options summary is printed when Nmap is run with no arguments, and the late .sp .RS 4 .nf -Nmap 4\.69BETA1 ( http://nmap\.org ) +Nmap 4\.75 ( 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 85be1de87..9d5cbf7e6 100644 --- a/docs/nmap.usage.txt +++ b/docs/nmap.usage.txt @@ -1,4 +1,4 @@ -Nmap 4.69BETA1 ( http://nmap.org ) +Nmap 4.75 ( 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 ec4bdecb5..9029c2228 100644 --- a/docs/zenmap.1 +++ b/docs/zenmap.1 @@ -1,11 +1,11 @@ .\" Title: zenmap .\" Author: .\" Generator: DocBook XSL Stylesheets v1.73.2 -.\" Date: 09/05/2008 +.\" Date: 09/07/2008 .\" Manual: .\" Source: .\" -.TH "ZENMAP" "1" "09/05/2008" "" "" +.TH "ZENMAP" "1" "09/07/2008" "" "" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) diff --git a/nmap.h b/nmap.h index dfcb36e4e..956c53428 100644 --- a/nmap.h +++ b/nmap.h @@ -256,8 +256,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 "4.69BETA1" -#define NMAP_NUM_VERSION "4.69.0.1" +#define NMAP_VERSION "4.75" +#define NMAP_NUM_VERSION "4.75.0.0" #endif /* User configurable #defines: */