1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-03 05:09:14 +00:00

fix version number

This commit is contained in:
fyodor
2007-12-22 02:17:42 +00:00
parent e26237bb38
commit 74a790baab
3 changed files with 3 additions and 3 deletions

2
nmap.h
View File

@@ -253,7 +253,7 @@ void *realloc();
#ifndef NMAP_VERSION
/* Edit this definition only within the quotes, because it is read from this
file by the makefiles. */
#define NMAP_VERSION "4.51"
#define NMAP_VERSION "4.51BETA"
#define NMAP_NUM_VERSION "4.51.0.0"
#endif