1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-26 09:29:01 +00:00

Merge changes from 7.92 release branch

This commit is contained in:
dmiller
2021-08-08 21:20:19 +00:00
parent f7cc9612a0
commit dd82097c80
33 changed files with 98 additions and 69 deletions

6
nmap.h
View File

@@ -125,10 +125,10 @@
/* Edit this definition only within the quotes, because it is read from this
file by the makefiles. */
#define NMAP_MAJOR 7
#define NMAP_MINOR 91
#define NMAP_BUILD 1
#define NMAP_MINOR 92
#define NMAP_BUILD 0
/* SVN, BETA, etc. */
#define NMAP_SPECIAL "SVN"
#define NMAP_SPECIAL ""
#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"