1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-28 18:39:03 +00:00

Merge 7.94 release branch

This commit is contained in:
dmiller
2023-05-20 22:59:41 +00:00
parent 2558c90488
commit 72d67cf401
32 changed files with 832 additions and 763 deletions

6
nmap.h
View File

@@ -122,10 +122,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 93
#define NMAP_BUILD 1
#define NMAP_MINOR 94
#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"