1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-10 17:59:04 +00:00

6.49SVN version bump

This commit is contained in:
dmiller
2015-06-07 15:53:49 +00:00
parent eba17126a1
commit a19e3e5c12
9 changed files with 12 additions and 12 deletions

6
nmap.h
View File

@@ -261,13 +261,13 @@ 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 "6.47SVN"
#define NMAP_NUM_VERSION "6.0.47.0"
#define NMAP_VERSION "6.49SVN"
#define NMAP_NUM_VERSION "6.0.49.0"
#endif
/* The version number of updates retrieved by the nmap-update
program. It can be different (but should always be the same or
earlier) than NMAP_VERSION. */
#define NMAP_UPDATE_CHANNEL "6.00"
#define NMAP_UPDATE_CHANNEL "6.49"
#define NMAP_XMLOUTPUTVERSION "1.04"