From c2d04beaa470636ac6df1aeb2360fb9c0c48b6e3 Mon Sep 17 00:00:00 2001 From: dmiller Date: Wed, 7 May 2025 22:57:05 +0000 Subject: [PATCH] Bump version to 7.96SVN --- docs/nmap.usage.txt | 2 +- ncat/docs/ncat.usage.txt | 2 +- ncat/ncat.h | 2 +- nmap-services | 2 -- nmap.h | 4 ++-- nping/nping.h | 2 +- zenmap/zenmapCore/Version.py | 2 +- 7 files changed, 7 insertions(+), 9 deletions(-) diff --git a/docs/nmap.usage.txt b/docs/nmap.usage.txt index 8bd88ff67..0e1bfc5be 100644 --- a/docs/nmap.usage.txt +++ b/docs/nmap.usage.txt @@ -1,4 +1,4 @@ -Nmap 7.96 ( https://nmap.org ) +Nmap 7.96SVN ( 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 12a8b56a7..0cf195e00 100644 --- a/ncat/docs/ncat.usage.txt +++ b/ncat/docs/ncat.usage.txt @@ -1,4 +1,4 @@ -Ncat 7.96 ( https://nmap.org/ncat ) +Ncat 7.96SVN ( 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 d3c143b93..01f0b51ba 100644 --- a/ncat/ncat.h +++ b/ncat/ncat.h @@ -79,7 +79,7 @@ /* Ncat information for output, etc. */ #define NCAT_NAME "Ncat" #define NCAT_URL "https://nmap.org/ncat" -#define NCAT_VERSION "7.96" +#define NCAT_VERSION "7.96SVN" #ifndef __GNUC__ #ifndef __attribute__ diff --git a/nmap-services b/nmap-services index e3218258d..37458acc6 100644 --- a/nmap-services +++ b/nmap-services @@ -3,8 +3,6 @@ # Well known service port numbers -*- mode: fundamental; -*- # From the Nmap Security Scanner ( https://nmap.org/ ) # -# $Id$ -# # Derived from IANA data and our own research # # This collection of service data is (C) 1996-2025 by Insecure.Com diff --git a/nmap.h b/nmap.h index a5b97b9ff..8515c48f5 100644 --- a/nmap.h +++ b/nmap.h @@ -124,9 +124,9 @@ file by the makefiles. */ #define NMAP_MAJOR 7 #define NMAP_MINOR 96 -#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 3c5b2c65c..cc4be4089 100644 --- a/nping/nping.h +++ b/nping/nping.h @@ -265,7 +265,7 @@ /* General tunable defines **************************************************/ #define NPING_NAME "Nping" #define NPING_URL "https://nmap.org/nping" -#define NPING_VERSION "0.7.96" +#define NPING_VERSION "0.7.96SVN" #define DEFAULT_VERBOSITY VB_0 diff --git a/zenmap/zenmapCore/Version.py b/zenmap/zenmapCore/Version.py index 93156cb0f..160d5b511 100644 --- a/zenmap/zenmapCore/Version.py +++ b/zenmap/zenmapCore/Version.py @@ -1 +1 @@ -VERSION = "7.96" +VERSION = "7.96+SVN"