From c5effdfb4f4909ad504e41281a7ca580683b3116 Mon Sep 17 00:00:00 2001 From: fyodor Date: Mon, 2 Jan 2012 00:45:04 +0000 Subject: [PATCH] Update the Nmap version number to 5.61TEST4 --- docs/nmap.1 | 2 +- docs/nmap.usage.txt | 2 +- ncat/docs/ncat.1 | 2 +- ncat/docs/ncat.usage.txt | 2 +- ncat/ncat.h | 2 +- nmap.h | 4 ++-- nping/nping.h | 2 +- zenmap/share/zenmap/config/zenmap_version | 2 +- zenmap/zenmapCore/Version.py | 2 +- 9 files changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/nmap.1 b/docs/nmap.1 index ab76205c9..fc8db53f8 100644 --- a/docs/nmap.1 +++ b/docs/nmap.1 @@ -123,7 +123,7 @@ This options summary is printed when Nmap is run with no arguments, and the late .RS 4 .\} .nf -Nmap 5\&.61TEST3 ( http://nmap\&.org ) +Nmap 5\&.61TEST4 ( 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 132ab26b9..59d225d91 100644 --- a/docs/nmap.usage.txt +++ b/docs/nmap.usage.txt @@ -1,4 +1,4 @@ -Nmap 5.61TEST3 ( http://nmap.org ) +Nmap 5.61TEST4 ( http://nmap.org ) Usage: nmap [Scan Type(s)] [Options] {target specification} TARGET SPECIFICATION: Can pass hostnames, IP addresses, networks, etc. diff --git a/ncat/docs/ncat.1 b/ncat/docs/ncat.1 index 464b9e7e8..375f3ed4d 100644 --- a/ncat/docs/ncat.1 +++ b/ncat/docs/ncat.1 @@ -45,7 +45,7 @@ Among Ncat\*(Aqs vast number of features there is the ability to chain Ncats tog .RS 4 .\} .nf -Ncat 5\&.61TEST3 ( http://nmap\&.org/ncat ) +Ncat 5\&.61TEST4 ( http://nmap\&.org/ncat ) Usage: ncat [options] [hostname] [port] Options taking a time assume seconds\&. Append \*(Aqms\*(Aq for milliseconds, diff --git a/ncat/docs/ncat.usage.txt b/ncat/docs/ncat.usage.txt index f41f224a0..9ed1a9730 100644 --- a/ncat/docs/ncat.usage.txt +++ b/ncat/docs/ncat.usage.txt @@ -1,4 +1,4 @@ -Ncat 5.61TEST3 ( http://nmap.org/ncat ) +Ncat 5.61TEST4 ( http://nmap.org/ncat ) Usage: ncat [options] [hostname] [port] Options taking a time assume seconds. Append 'ms' for milliseconds, diff --git a/ncat/ncat.h b/ncat/ncat.h index ffa996b39..ffee76ffa 100644 --- a/ncat/ncat.h +++ b/ncat/ncat.h @@ -112,7 +112,7 @@ /* Ncat information for output, etc. */ #define NCAT_NAME "Ncat" #define NCAT_URL "http://nmap.org/ncat" -#define NCAT_VERSION "5.61TEST3" +#define NCAT_VERSION "5.61TEST4" #ifndef __GNUC__ #ifndef __attribute__ diff --git a/nmap.h b/nmap.h index 4e45c9473..1cb8691d4 100644 --- a/nmap.h +++ b/nmap.h @@ -228,8 +228,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.61TEST3" -#define NMAP_NUM_VERSION "5.61.0.3" +#define NMAP_VERSION "5.61TEST4" +#define NMAP_NUM_VERSION "5.61.0.4" #endif /* The version number of updates retrieved by the nmap-update program. It can be different (but should always be earlier) than NMAP_VERSION. */ diff --git a/nping/nping.h b/nping/nping.h index 9f477c764..15ea3dd56 100644 --- a/nping/nping.h +++ b/nping/nping.h @@ -306,7 +306,7 @@ /* General tunable defines **************************************************/ #define NPING_NAME "Nping" #define NPING_URL "http://nmap.org/nping" -#define NPING_VERSION "0.5.61TEST3" +#define NPING_VERSION "0.5.61TEST4" #define DEFAULT_VERBOSITY VB_0 diff --git a/zenmap/share/zenmap/config/zenmap_version b/zenmap/share/zenmap/config/zenmap_version index c9a9b00a0..61cb82510 100644 --- a/zenmap/share/zenmap/config/zenmap_version +++ b/zenmap/share/zenmap/config/zenmap_version @@ -1 +1 @@ -5.61TEST3 +5.61TEST4 diff --git a/zenmap/zenmapCore/Version.py b/zenmap/zenmapCore/Version.py index 2abd0cfc3..5d51399dd 100644 --- a/zenmap/zenmapCore/Version.py +++ b/zenmap/zenmapCore/Version.py @@ -1 +1 @@ -VERSION = "5.61TEST3" +VERSION = "5.61TEST4"