1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-15 20:29:03 +00:00

Add NMAP_UPDATE_CHANNEL #define.

This commit is contained in:
david
2011-12-16 02:55:25 +00:00
parent 212c2a82cb
commit bd4fea7378

3
nmap.h
View File

@@ -231,6 +231,9 @@ void *realloc();
#define NMAP_VERSION "5.61TEST3"
#define NMAP_NUM_VERSION "5.61.0.3"
#endif
/* The version number of updates retrieved by the nmap-update program. It can be
different (but should always be earlier) than NMAP_VERSION. */
#define NMAP_UPDATE_CHANNEL "5.61TEST2"
/* User configurable #defines: */
#define MAX_PROBE_PORTS 10 /* How many TCP probe ports are allowed ? */