1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-09 07:59:03 +00:00

Update Nmap version num

This commit is contained in:
fyodor
2008-09-08 03:32:48 +00:00
parent b776dedf67
commit e274744d8c
5 changed files with 9 additions and 9 deletions

View File

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

View File

@@ -1,11 +1,11 @@
.\" Title: nmap
.\" Author: Gordon \(lqFyodor\(rq Lyon
.\" Generator: DocBook XSL Stylesheets v1.73.2 <http://docbook.sf.net/>
.\" 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\.

View File

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

View File

@@ -1,11 +1,11 @@
.\" Title: zenmap
.\" Author:
.\" Generator: DocBook XSL Stylesheets v1.73.2 <http://docbook.sf.net/>
.\" 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)

4
nmap.h
View File

@@ -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: */