mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 08:46:45 +00:00
Bump version to 7.80SVN after release
This commit is contained in:
parent
9141a09d1f
commit
a36a34aa69
7 changed files with 8 additions and 8 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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
4
nmap.h
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
7.80
|
||||
7.80SVN
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
VERSION = "7.80"
|
||||
VERSION = "7.80SVN"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue