Update version number in a few places [ci skip]

This commit is contained in:
dmiller 2022-09-23 21:41:58 +00:00
parent 10862c46e8
commit 276699f877
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
Nmap 7.93 ( https://nmap.org )
Nmap 7.93SVN ( 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.93 ( https://nmap.org/ncat )
Ncat 7.93SVN ( https://nmap.org/ncat )
Usage: ncat [options] [hostname] [port]
Options taking a time assume seconds. Append 'ms' for milliseconds,

View file

@ -80,7 +80,7 @@
/* Ncat information for output, etc. */
#define NCAT_NAME "Ncat"
#define NCAT_URL "https://nmap.org/ncat"
#define NCAT_VERSION "7.93"
#define NCAT_VERSION "7.93SVN"
#ifndef __GNUC__
#ifndef __attribute__