1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-28 02:19:04 +00:00

Bump version from 7.25BETA1 release, regen docs, merge CHANGELOG

This commit is contained in:
dmiller
2016-07-19 19:57:56 +00:00
parent 5040fb3874
commit 60dc6353b9
15 changed files with 122 additions and 74 deletions

6
nmap.h
View File

@@ -193,13 +193,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.12SVN"
#define NMAP_NUM_VERSION "7.0.12.1"
#define NMAP_VERSION "7.25SVN"
#define NMAP_NUM_VERSION "7.0.25.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 "6.49"
#define NMAP_UPDATE_CHANNEL "7.20"
#define NMAP_XMLOUTPUTVERSION "1.04"