1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-04 05:39:01 +00:00

Nmap 4.20ALPHA8

This commit is contained in:
fyodor
2006-09-30 23:42:05 +00:00
parent 0e2c7d62e1
commit 9c9af10450
4 changed files with 29 additions and 3 deletions

View File

@@ -106,9 +106,9 @@
/* Without this, Windows will give us all sorts of crap about using functions
like strcpy() even if they are done safely */
#define _CRT_SECURE_NO_DEPRECATE 1
#define NMAP_VERSION "4.20ALPHA7"
#define NMAP_VERSION "4.20ALPHA8"
#define NMAP_NAME "Nmap"
#define NMAP_URL "http://www.insecure.org/nmap"
#define NMAP_URL "http://insecure.org/nmap"
#define NMAP_PLATFORM "i686-pc-windows-windows"
#define NMAPDATADIR "c:\\nmap" /* FIXME: I really need to make this dynamic */