mirror of
https://github.com/nmap/nmap.git
synced 2025-12-15 04:09:01 +00:00
Bump version to 7.92SVN
This commit is contained in:
4
nmap.h
4
nmap.h
@@ -126,9 +126,9 @@
|
||||
file by the makefiles. */
|
||||
#define NMAP_MAJOR 7
|
||||
#define NMAP_MINOR 92
|
||||
#define NMAP_BUILD 0
|
||||
#define NMAP_BUILD 1
|
||||
/* SVN, BETA, etc. */
|
||||
#define NMAP_SPECIAL ""
|
||||
#define NMAP_SPECIAL "SVN"
|
||||
|
||||
#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"
|
||||
|
||||
Reference in New Issue
Block a user