diff --git a/docs/nmap.usage.txt b/docs/nmap.usage.txt index c5ee45681..1df97b4e8 100644 --- a/docs/nmap.usage.txt +++ b/docs/nmap.usage.txt @@ -1,4 +1,4 @@ -Nmap 6.47SVN ( http://nmap.org ) +Nmap 6.49SVN ( http://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 1eac9d9da..cb639d922 100644 --- a/mswin32/nmap.rc +++ b/mswin32/nmap.rc @@ -13,7 +13,7 @@ // VS_VERSION_INFO VERSIONINFO -FILEVERSION 6,0,47,0 +FILEVERSION 6,0,49,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x21L @@ -30,7 +30,7 @@ BEGIN BEGIN VALUE "CompanyName", "Insecure.Org\0" VALUE "FileDescription", "Nmap\0" - VALUE "FileVersion", "6.47SVN\0" + VALUE "FileVersion", "6.49SVN\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 71285e3ee..155c0f6d7 100644 --- a/ncat/docs/ncat.usage.txt +++ b/ncat/docs/ncat.usage.txt @@ -1,4 +1,4 @@ -Ncat 6.47SVN ( http://nmap.org/ncat ) +Ncat 6.49SVN ( http://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 33b675e02..cc34eec1c 100644 --- a/ncat/ncat.h +++ b/ncat/ncat.h @@ -145,7 +145,7 @@ /* Ncat information for output, etc. */ #define NCAT_NAME "Ncat" #define NCAT_URL "http://nmap.org/ncat" -#define NCAT_VERSION "6.47SVN" +#define NCAT_VERSION "6.49SVN" #ifndef __GNUC__ #ifndef __attribute__ diff --git a/nmap-services b/nmap-services index 6ef7591b4..1cbb65120 100644 --- a/nmap-services +++ b/nmap-services @@ -3,7 +3,7 @@ # Well known service port numbers -*- mode: fundamental; -*- # From the Nmap Security Scanner ( http://nmap.org ) # -# $Id$ +# $Id: nmap-services 9746 2008-08-26 18:45:24Z fyodor $ # # Derived from IANA data and our own research # diff --git a/nmap.h b/nmap.h index 80c15101a..0ae506d30 100644 --- a/nmap.h +++ b/nmap.h @@ -261,13 +261,13 @@ void *realloc(); #ifndef NMAP_VERSION /* Edit this definition only within the quotes, because it is read from this file by the makefiles. */ -#define NMAP_VERSION "6.47SVN" -#define NMAP_NUM_VERSION "6.0.47.0" +#define NMAP_VERSION "6.49SVN" +#define NMAP_NUM_VERSION "6.0.49.0" #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.00" +#define NMAP_UPDATE_CHANNEL "6.49" #define NMAP_XMLOUTPUTVERSION "1.04" diff --git a/nping/nping.h b/nping/nping.h index 510792874..89bde012f 100644 --- a/nping/nping.h +++ b/nping/nping.h @@ -339,7 +339,7 @@ /* General tunable defines **************************************************/ #define NPING_NAME "Nping" #define NPING_URL "http://nmap.org/nping" -#define NPING_VERSION "0.6.47SVN" +#define NPING_VERSION "0.6.49SVN" #define DEFAULT_VERBOSITY VB_0 diff --git a/zenmap/share/zenmap/config/zenmap_version b/zenmap/share/zenmap/config/zenmap_version index 121b158af..066d5cf3a 100644 --- a/zenmap/share/zenmap/config/zenmap_version +++ b/zenmap/share/zenmap/config/zenmap_version @@ -1 +1 @@ -6.47SVN +6.49SVN diff --git a/zenmap/zenmapCore/Version.py b/zenmap/zenmapCore/Version.py index c71e24dfb..8b602b570 100644 --- a/zenmap/zenmapCore/Version.py +++ b/zenmap/zenmapCore/Version.py @@ -1 +1 @@ -VERSION = "6.47SVN" +VERSION = "6.49SVN"