1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 04:31:29 +00:00

Bump version to 7.96SVN

This commit is contained in:
dmiller
2025-05-07 22:57:05 +00:00
parent c66baf785e
commit c2d04beaa4
7 changed files with 7 additions and 9 deletions

View File

@@ -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.

View File

@@ -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,

View File

@@ -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__

View File

@@ -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

4
nmap.h
View File

@@ -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"

View File

@@ -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

View File

@@ -1 +1 @@
VERSION = "7.96"
VERSION = "7.96+SVN"