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

Bump version to 7.92SVN

This commit is contained in:
dmiller
2021-08-08 21:26:07 +00:00
parent dd82097c80
commit 0d2323f039
7 changed files with 8 additions and 8 deletions

View File

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

View File

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

View File

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

4
nmap.h
View File

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

View File

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

View File

@@ -1 +1 @@
7.92
7.92SVN

View File

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