1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-08 05:31:31 +00:00

Create new update channel for 5.61TEST4

This commit is contained in:
fyodor
2012-01-02 00:50:17 +00:00
parent c5effdfb4f
commit c3c0bb9a0a
2 changed files with 2 additions and 2 deletions

View File

@@ -1 +1 @@
#define DEFAULT_CHANNEL "5.61TEST2"
#define DEFAULT_CHANNEL "5.61TEST4"

2
nmap.h
View File

@@ -233,7 +233,7 @@ void *realloc();
#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"
#define NMAP_UPDATE_CHANNEL "5.61TEST4"
/* User configurable #defines: */
#define MAX_PROBE_PORTS 10 /* How many TCP probe ports are allowed ? */