1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-30 11:29:01 +00:00

4.20ALPHA2

This commit is contained in:
fyodor
2006-06-25 04:45:08 +00:00
parent 8b0f011497
commit 4c588f3f3b
4 changed files with 9 additions and 4 deletions

View File

@@ -106,7 +106,7 @@
/* 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.20ALPHA1"
#define NMAP_VERSION "4.20ALPHA2"
#define NMAP_NAME "Nmap"
#define NMAP_URL "http://www.insecure.org/nmap"
#define NMAP_PLATFORM "i686-pc-windows-windows"