From df624bea0ee219f76625c9f4ff93dba47debacdf Mon Sep 17 00:00:00 2001 From: fyodor Date: Fri, 23 Jan 2009 08:48:04 +0000 Subject: [PATCH] New version will be 4.85BETA1 rather than 4.77BETA --- docs/nmap.1 | 6 +++--- docs/nmap.usage.txt | 2 +- docs/zenmap.1 | 4 ++-- nmap.h | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/nmap.1 b/docs/nmap.1 index 80234e6f2..74494ba28 100644 --- a/docs/nmap.1 +++ b/docs/nmap.1 @@ -1,12 +1,12 @@ .\" Title: nmap .\" Author: Gordon \(lqFyodor\(rq Lyon .\" Generator: DocBook XSL Stylesheets v1.74.0 -.\" Date: 01/22/2009 +.\" Date: 01/23/2009 .\" Manual: Nmap Reference Guide .\" Source: Nmap First Edition .\" Language: English .\" -.TH "NMAP" "1" "01/22/2009" "Nmap First Edition" "Nmap Reference Guide" +.TH "NMAP" "1" "01/23/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\&.77BETA ( http://nmap\&.org ) +Nmap 4\&.85BETA1 ( 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 bcdfaa254..cdf329401 100644 --- a/docs/nmap.usage.txt +++ b/docs/nmap.usage.txt @@ -1,4 +1,4 @@ -Nmap 4.77BETA ( http://nmap.org ) +Nmap 4.85BETA1 ( 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 edcf73af5..f8f10cb69 100644 --- a/docs/zenmap.1 +++ b/docs/zenmap.1 @@ -1,12 +1,12 @@ .\" Title: zenmap .\" Author: [see the "Authors" section] .\" Generator: DocBook XSL Stylesheets v1.74.0 -.\" Date: 01/22/2009 +.\" Date: 01/23/2009 .\" Manual: Zenmap Reference Guide .\" Source: Zenmap .\" Language: English .\" -.TH "ZENMAP" "1" "01/22/2009" "Zenmap" "Zenmap Reference Guide" +.TH "ZENMAP" "1" "01/23/2009" "Zenmap" "Zenmap Reference Guide" .\" ----------------------------------------------------------------- .\" * (re)Define some macros .\" ----------------------------------------------------------------- diff --git a/nmap.h b/nmap.h index 645309bbe..9fa395f29 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.77BETA" -#define NMAP_NUM_VERSION "4.77.0.0" +#define NMAP_VERSION "4.85BETA1" +#define NMAP_NUM_VERSION "4.85.0.1" #endif /* User configurable #defines: */