Skip to content

Commit

Permalink
Bump version for Nmap 7.70SVN
Browse files Browse the repository at this point in the history
  • Loading branch information
bonsaiviking committed Mar 20, 2018
1 parent cadb662 commit b34a8e9
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion docs/nmap.usage.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Nmap 7.70 ( https://nmap.org )
Nmap 7.70SVN ( https://nmap.org )
Usage: nmap [Scan Type(s)] [Options] {target specification}
TARGET SPECIFICATION:
Can pass hostnames, IP addresses, networks, etc.
Expand Down
4 changes: 2 additions & 2 deletions mswin32/nmap.rc
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 7,0,70,000
FILEVERSION 7,0,70,100
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x21L
Expand All @@ -30,7 +30,7 @@ BEGIN
BEGIN
VALUE "CompanyName", "Insecure.Org\0"
VALUE "FileDescription", "Nmap\0"
VALUE "FileVersion", "7.70\0"
VALUE "FileVersion", "7.70SVN\0"
VALUE "InternalName", "Nmap\0"
VALUE "LegalCopyright", "Copyright (c) Insecure.Com LLC ([email protected])\0"
VALUE "LegalTrademarks", "NMAP\0"
Expand Down
2 changes: 1 addition & 1 deletion ncat/docs/ncat.usage.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Ncat 7.70 ( https://nmap.org/ncat )
Ncat 7.70SVN ( https://nmap.org/ncat )
Usage: ncat [options] [hostname] [port]

Options taking a time assume seconds. Append 'ms' for milliseconds,
Expand Down
2 changes: 1 addition & 1 deletion ncat/ncat.h
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
/* Ncat information for output, etc. */
#define NCAT_NAME "Ncat"
#define NCAT_URL "https://nmap.org/ncat"
#define NCAT_VERSION "7.70"
#define NCAT_VERSION "7.70SVN"

#ifndef __GNUC__
#ifndef __attribute__
Expand Down
4 changes: 2 additions & 2 deletions nmap.h
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,8 @@
#ifndef NMAP_VERSION
/* Edit this definition only within the quotes, because it is read from this
file by the makefiles. */
#define NMAP_VERSION "7.70"
#define NMAP_NUM_VERSION "7.0.70.000"
#define NMAP_VERSION "7.70SVN"
#define NMAP_NUM_VERSION "7.0.70.100"
#endif
/* The version number of updates retrieved by the nmap-update
program. It can be different (but should always be the same or
Expand Down
2 changes: 1 addition & 1 deletion nping/nping.h
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@
/* General tunable defines **************************************************/
#define NPING_NAME "Nping"
#define NPING_URL "https://nmap.org/nping"
#define NPING_VERSION "0.7.70"
#define NPING_VERSION "0.7.70SVN"


#define DEFAULT_VERBOSITY VB_0
Expand Down
2 changes: 1 addition & 1 deletion zenmap/share/zenmap/config/zenmap_version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.70
7.70SVN
2 changes: 1 addition & 1 deletion zenmap/zenmapCore/Version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "7.70"
VERSION = "7.70SVN"

0 comments on commit b34a8e9

Please sign in to comment.