diff --git a/docs/nmap.usage.txt b/docs/nmap.usage.txt index ae4ea372cd..67c28520e8 100644 --- a/docs/nmap.usage.txt +++ b/docs/nmap.usage.txt @@ -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. diff --git a/mswin32/nmap.rc b/mswin32/nmap.rc index 9d18921fab..615154a9bf 100644 --- a/mswin32/nmap.rc +++ b/mswin32/nmap.rc @@ -13,7 +13,7 @@ // VS_VERSION_INFO VERSIONINFO -FILEVERSION 7,0,70,000 +FILEVERSION 7,0,70,100 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x21L @@ -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 (fyodor@insecure.org)\0" VALUE "LegalTrademarks", "NMAP\0" diff --git a/ncat/docs/ncat.usage.txt b/ncat/docs/ncat.usage.txt index cf3c22c00e..bca3e2b4fd 100644 --- a/ncat/docs/ncat.usage.txt +++ b/ncat/docs/ncat.usage.txt @@ -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, diff --git a/ncat/ncat.h b/ncat/ncat.h index 3a734c3581..d2831f1859 100644 --- a/ncat/ncat.h +++ b/ncat/ncat.h @@ -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__ diff --git a/nmap.h b/nmap.h index 35740b390c..20c09066a4 100644 --- a/nmap.h +++ b/nmap.h @@ -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 diff --git a/nping/nping.h b/nping/nping.h index d9cffed305..3e8bbc5156 100644 --- a/nping/nping.h +++ b/nping/nping.h @@ -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 diff --git a/zenmap/share/zenmap/config/zenmap_version b/zenmap/share/zenmap/config/zenmap_version index 8b67de382c..e1fb92ca08 100644 --- a/zenmap/share/zenmap/config/zenmap_version +++ b/zenmap/share/zenmap/config/zenmap_version @@ -1 +1 @@ -7.70 +7.70SVN diff --git a/zenmap/zenmapCore/Version.py b/zenmap/zenmapCore/Version.py index 4ab9796551..2b41a3af71 100644 --- a/zenmap/zenmapCore/Version.py +++ b/zenmap/zenmapCore/Version.py @@ -1 +1 @@ -VERSION = "7.70" +VERSION = "7.70SVN"