1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-15 12:19:02 +00:00

update version numbers, plus latest man page builds

This commit is contained in:
fyodor
2009-03-15 09:18:07 +00:00
parent 608d6f3d12
commit a3ecbe06ad
4 changed files with 8 additions and 8 deletions

View File

@@ -1,12 +1,12 @@
.\" Title: nmap
.\" Author: Gordon \(lqFyodor\(rq Lyon
.\" Generator: DocBook XSL Stylesheets v1.74.0 <http://docbook.sf.net/>
.\" Date: 03/10/2009
.\" Date: 03/15/2009
.\" Manual: Nmap Reference Guide
.\" Source: Nmap First Edition
.\" Language: English
.\"
.TH "NMAP" "1" "03/10/2009" "Nmap First Edition" "Nmap Reference Guide"
.TH "NMAP" "1" "03/15/2009" "Nmap First Edition" "Nmap Reference Guide"
.\" -----------------------------------------------------------------
.\" * (re)Define some macros
.\" -----------------------------------------------------------------
@@ -277,7 +277,7 @@ This options summary is printed when Nmap is run with no arguments, and the late
.ps -1
.nf
.BB lightgray
Nmap 4\&.85BETA3 ( http://nmap\&.org )
Nmap 4\&.85BETA4 ( 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.85BETA3 ( http://nmap.org )
Nmap 4.85BETA4 ( http://nmap.org )
Usage: nmap [Scan Type(s)] [Options] {target specification}
TARGET SPECIFICATION:
Can pass hostnames, IP addresses, networks, etc.

View File

@@ -1,12 +1,12 @@
.\" Title: zenmap
.\" Author: [see the "Authors" section]
.\" Generator: DocBook XSL Stylesheets v1.74.0 <http://docbook.sf.net/>
.\" Date: 03/10/2009
.\" Date: 03/15/2009
.\" Manual: Zenmap Reference Guide
.\" Source: Zenmap
.\" Language: English
.\"
.TH "ZENMAP" "1" "03/10/2009" "Zenmap" "Zenmap Reference Guide"
.TH "ZENMAP" "1" "03/15/2009" "Zenmap" "Zenmap Reference Guide"
.\" -----------------------------------------------------------------
.\" * (re)Define some macros
.\" -----------------------------------------------------------------

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.85BETA3"
#define NMAP_NUM_VERSION "4.85.0.3"
#define NMAP_VERSION "4.85BETA4"
#define NMAP_NUM_VERSION "4.85.0.4"
#endif
/* User configurable #defines: */