From 0d2323f0397d058fce16f5000c8f5397466aab52 Mon Sep 17 00:00:00 2001 From: dmiller Date: Sun, 8 Aug 2021 21:26:07 +0000 Subject: [PATCH] Bump version to 7.92SVN --- docs/nmap.usage.txt | 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 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/nmap.usage.txt b/docs/nmap.usage.txt index db4e0aeeb..0836dc097 100644 --- a/docs/nmap.usage.txt +++ b/docs/nmap.usage.txt @@ -1,4 +1,4 @@ -Nmap 7.92 ( https://nmap.org ) +Nmap 7.92SVN ( https://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.usage.txt b/ncat/docs/ncat.usage.txt index a702d3970..9f54871a3 100644 --- a/ncat/docs/ncat.usage.txt +++ b/ncat/docs/ncat.usage.txt @@ -1,4 +1,4 @@ -Ncat 7.92 ( https://nmap.org/ncat ) +Ncat 7.92SVN ( https://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 b603a7eaa..c09fafcf0 100644 --- a/ncat/ncat.h +++ b/ncat/ncat.h @@ -84,7 +84,7 @@ /* Ncat information for output, etc. */ #define NCAT_NAME "Ncat" #define NCAT_URL "https://nmap.org/ncat" -#define NCAT_VERSION "7.92" +#define NCAT_VERSION "7.92SVN" #ifndef __GNUC__ #ifndef __attribute__ diff --git a/nmap.h b/nmap.h index c6d86b184..9ce1d2977 100644 --- a/nmap.h +++ b/nmap.h @@ -126,9 +126,9 @@ file by the makefiles. */ #define NMAP_MAJOR 7 #define NMAP_MINOR 92 -#define NMAP_BUILD 0 +#define NMAP_BUILD 1 /* SVN, BETA, etc. */ -#define NMAP_SPECIAL "" +#define NMAP_SPECIAL "SVN" #define NMAP_VERSION STR(NMAP_MAJOR) "." STR(NMAP_MINOR) NMAP_SPECIAL #define NMAP_NUM_VERSION STR(NMAP_MAJOR) "." STR(NMAP_MINOR) "." STR(NMAP_BUILD) ".0" diff --git a/nping/nping.h b/nping/nping.h index 437fbb5e9..b4797db06 100644 --- a/nping/nping.h +++ b/nping/nping.h @@ -266,7 +266,7 @@ /* General tunable defines **************************************************/ #define NPING_NAME "Nping" #define NPING_URL "https://nmap.org/nping" -#define NPING_VERSION "0.7.92" +#define NPING_VERSION "0.7.92SVN" #define DEFAULT_VERBOSITY VB_0 diff --git a/zenmap/share/zenmap/config/zenmap_version b/zenmap/share/zenmap/config/zenmap_version index ea701a2f5..2dfd70c67 100644 --- a/zenmap/share/zenmap/config/zenmap_version +++ b/zenmap/share/zenmap/config/zenmap_version @@ -1 +1 @@ -7.92 +7.92SVN diff --git a/zenmap/zenmapCore/Version.py b/zenmap/zenmapCore/Version.py index 5fc423c62..3bd3bcedf 100644 --- a/zenmap/zenmapCore/Version.py +++ b/zenmap/zenmapCore/Version.py @@ -1 +1 @@ -VERSION = "7.92" +VERSION = "7.92SVN"