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

Bump version and regen docs for 7.60 release

This commit is contained in:
dmiller
2017-08-01 21:50:08 +00:00
parent 385ef668fd
commit 4a6fb1abe6
15 changed files with 369 additions and 845 deletions

8
nmap.h
View File

@@ -129,7 +129,7 @@
* *
***************************************************************************/
/* $Id$ */
/* $Id: nmap.h 36906 2017-07-31 22:29:24Z dmiller $ */
#ifndef NMAP_H
#define NMAP_H
@@ -190,13 +190,13 @@
#ifndef NMAP_VERSION
/* Edit this definition only within the quotes, because it is read from this
file by the makefiles. */
#define NMAP_VERSION "7.50SVN"
#define NMAP_NUM_VERSION "7.0.50.100"
#define NMAP_VERSION "7.60SVN"
#define NMAP_NUM_VERSION "7.0.60.100"
#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 "7.40"
#define NMAP_UPDATE_CHANNEL "7.60"
#define NMAP_XMLOUTPUTVERSION "1.04"