diff --git a/docs/nmap.usage.txt b/docs/nmap.usage.txt index faefb7a24..b066fef74 100644 --- a/docs/nmap.usage.txt +++ b/docs/nmap.usage.txt @@ -1,4 +1,4 @@ -Nmap 7.80 ( https://nmap.org ) +Nmap 7.80SVN ( https://nmap.org ) Usage: nmap [Scan Type(s)] [Options] {target specification} TARGET SPECIFICATION: Can pass hostnames, IP addresses, networks, etc. diff --git a/ncat/docs/ncat.usage.txt b/ncat/docs/ncat.usage.txt index 2752f56b7..d00aab367 100644 --- a/ncat/docs/ncat.usage.txt +++ b/ncat/docs/ncat.usage.txt @@ -1,4 +1,4 @@ -Ncat 7.80 ( https://nmap.org/ncat ) +Ncat 7.80SVN ( 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 b75fced75..8f1ec7c1f 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.80" +#define NCAT_VERSION "7.80SVN" #ifndef __GNUC__ #ifndef __attribute__ diff --git a/nmap.h b/nmap.h index fd9fdd959..f00ea6ecc 100644 --- a/nmap.h +++ b/nmap.h @@ -195,8 +195,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.80" -#define NMAP_NUM_VERSION "7.0.80.0" +#define NMAP_VERSION "7.80SVN" +#define NMAP_NUM_VERSION "7.0.80.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 1d2042812..777de2a4f 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.80" +#define NPING_VERSION "0.7.80SVN" #define DEFAULT_VERBOSITY VB_0 diff --git a/zenmap/share/zenmap/config/zenmap_version b/zenmap/share/zenmap/config/zenmap_version index 1d6f410ac..6642c3f0c 100644 --- a/zenmap/share/zenmap/config/zenmap_version +++ b/zenmap/share/zenmap/config/zenmap_version @@ -1 +1 @@ -7.80 +7.80SVN diff --git a/zenmap/zenmapCore/Version.py b/zenmap/zenmapCore/Version.py index ac6dcda08..bb3ba5268 100644 --- a/zenmap/zenmapCore/Version.py +++ b/zenmap/zenmapCore/Version.py @@ -1 +1 @@ -VERSION = "7.80" +VERSION = "7.80SVN"