mirror of
https://github.com/nmap/nmap.git
synced 2025-12-24 08:29:04 +00:00
merge soc07 r4819 - Put NMAP_VERSION in nmap.h only and have the makefiles grep it from there
This commit is contained in:
6
nmap.h
6
nmap.h
@@ -250,6 +250,12 @@ void *realloc();
|
||||
|
||||
/******* DEFINES ************/
|
||||
|
||||
#ifndef NMAP_VERSION
|
||||
/* Edit this definition only within the quotes, because it is read from this
|
||||
file by the makefiles. */
|
||||
#define NMAP_VERSION "4.21ALPHA5"
|
||||
#endif
|
||||
|
||||
/* User configurable #defines: */
|
||||
#ifndef VERSION
|
||||
#define VERSION "1.60-Beta"
|
||||
|
||||
Reference in New Issue
Block a user