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

Bump version to 7.80SVN after release

This commit is contained in:
dmiller
2019-08-14 18:56:24 +00:00
parent 9141a09d1f
commit a36a34aa69
7 changed files with 8 additions and 8 deletions

View File

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

View File

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

4
nmap.h
View File

@@ -195,8 +195,8 @@
#ifndef NMAP_VERSION
/* Edit this definition only within the quotes, because it is read from this
file by the makefiles. */
#define NMAP_VERSION "7.80"
#define NMAP_NUM_VERSION "7.0.80.0"
#define NMAP_VERSION "7.80SVN"
#define NMAP_NUM_VERSION "7.0.80.100"
#endif
/* The version number of updates retrieved by the nmap-update
program. It can be different (but should always be the same or

View File

@@ -342,7 +342,7 @@
/* General tunable defines **************************************************/
#define NPING_NAME "Nping"
#define NPING_URL "https://nmap.org/nping"
#define NPING_VERSION "0.7.80"
#define NPING_VERSION "0.7.80SVN"
#define DEFAULT_VERBOSITY VB_0

View File

@@ -1 +1 @@
7.80
7.80SVN

View File

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