From bd4fea7378552b44cd2a0cb6c9563e52e1a357a7 Mon Sep 17 00:00:00 2001 From: david Date: Fri, 16 Dec 2011 02:55:25 +0000 Subject: [PATCH] Add NMAP_UPDATE_CHANNEL #define. --- nmap.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nmap.h b/nmap.h index 1811ab43a..4e45c9473 100644 --- a/nmap.h +++ b/nmap.h @@ -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 ? */