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

merge soc07 r4819 - Put NMAP_VERSION in nmap.h only and have the makefiles grep it from there

This commit is contained in:
fyodor
2007-08-11 03:33:59 +00:00
parent 848bc4d1d7
commit 3e38a10dda
6 changed files with 14 additions and 7 deletions

View File

@@ -106,7 +106,6 @@
/* 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.21ALPHA5"
#define NMAP_NAME "Nmap"
#define NMAP_URL "http://insecure.org"
#define NMAP_PLATFORM "i686-pc-windows-windows"