diff --git a/docs/nmap.1 b/docs/nmap.1 index 8fc6f8887..4b6a19c9c 100644 --- a/docs/nmap.1 +++ b/docs/nmap.1 @@ -2,12 +2,12 @@ .\" Title: nmap .\" Author: [see the "Author" section] .\" Generator: DocBook XSL Stylesheets v1.75.2 -.\" Date: 10/16/2010 +.\" Date: 11/19/2010 .\" Manual: Nmap Reference Guide .\" Source: Nmap .\" Language: English .\" -.TH "NMAP" "1" "10/16/2010" "Nmap" "Nmap Reference Guide" +.TH "NMAP" "1" "11/19/2010" "Nmap" "Nmap Reference Guide" .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- @@ -117,7 +117,7 @@ This options summary is printed when Nmap is run with no arguments, and the late .RS 4 .\} .nf -Nmap 5\&.35DC18 ( http://nmap\&.org ) +Nmap 5\&.36RC1 ( http://nmap\&.org ) Usage: nmap [Scan Type(s)] [Options] {target specification} TARGET SPECIFICATION: Can pass hostnames, IP addresses, networks, etc\&. @@ -194,7 +194,6 @@ FIREWALL/IDS EVASION AND SPOOFING: \-\-ttl : Set IP time\-to\-live field \-\-spoof\-mac : Spoof your MAC address \-\-badsum: Send packets with a bogus TCP/UDP/SCTP checksum - \-\-adler32: Use deprecated Adler32 instead of CRC32C for SCTP checksums OUTPUT: \-oN/\-oX/\-oS/\-oG : Output scan in normal, XML, s|: Set IP time-to-live field --spoof-mac : Spoof your MAC address --badsum: Send packets with a bogus TCP/UDP/SCTP checksum - --adler32: Use deprecated Adler32 instead of CRC32C for SCTP checksums OUTPUT: -oN/-oX/-oS/-oG : Output scan in normal, XML, s| -.\" Date: 10/16/2010 +.\" Date: 11/19/2010 .\" Manual: Zenmap Reference Guide .\" Source: Zenmap .\" Language: English .\" -.TH "ZENMAP" "1" "10/16/2010" "Zenmap" "Zenmap Reference Guide" +.TH "ZENMAP" "1" "11/19/2010" "Zenmap" "Zenmap Reference Guide" .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- diff --git a/ndiff/docs/ndiff.1 b/ndiff/docs/ndiff.1 index 3a94dc706..3831cf249 100644 --- a/ndiff/docs/ndiff.1 +++ b/ndiff/docs/ndiff.1 @@ -2,12 +2,12 @@ .\" Title: ndiff .\" Author: [see the "Authors" section] .\" Generator: DocBook XSL Stylesheets v1.75.2 -.\" Date: 10/16/2010 +.\" Date: 11/19/2010 .\" Manual: User Commands .\" Source: Ndiff .\" Language: English .\" -.TH "NDIFF" "1" "10/16/2010" "Ndiff" "User Commands" +.TH "NDIFF" "1" "11/19/2010" "Ndiff" "User Commands" .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- diff --git a/nmap.h b/nmap.h index 2665fca32..388c8ddca 100644 --- a/nmap.h +++ b/nmap.h @@ -252,8 +252,8 @@ 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 "5.35DC18" -#define NMAP_NUM_VERSION "5.35.0.18" +#define NMAP_VERSION "5.36RC1" +#define NMAP_NUM_VERSION "5.36.0.1" #endif /* User configurable #defines: */