Skip to content

Commit

Permalink
Bump version to 7.95SVN
Browse files Browse the repository at this point in the history
  • Loading branch information
bonsaiviking committed Apr 23, 2024
1 parent 95b974b commit 0b89ae0
Show file tree
Hide file tree
Showing 11 changed files with 19 additions and 19 deletions.
6 changes: 3 additions & 3 deletions docs/nmap.1
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
.\" Title: nmap
.\" Author: [see the "Authors" section]
.\" Generator: DocBook XSL Stylesheets v1.79.1 <https://docbook.sf.net/>
.\" Date: 04/12/2024
.\" Date: 04/23/2024
.\" Manual: Nmap Reference Guide
.\" Source: Nmap
.\" Language: English
.\"
.TH "NMAP" "1" "04/12/2024" "Nmap" "Nmap Reference Guide"
.TH "NMAP" "1" "04/23/2024" "Nmap" "Nmap Reference Guide"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
Expand Down Expand Up @@ -119,7 +119,7 @@ This options summary is printed when Nmap is run with no arguments, and the late
.RS 4
.\}
.nf
Nmap 7\&.95 ( https://nmap\&.org )
Nmap 7\&.95SVN ( https://nmap\&.org )
Usage: nmap [Scan Type(s)] [Options] {target specification}
TARGET SPECIFICATION:
Can pass hostnames, IP addresses, networks, etc\&.
Expand Down
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.95 ( https://nmap.org )
Nmap 7.95SVN ( 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 docs/zenmap.1
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
.\" Title: zenmap
.\" Author: [see the "Authors" section]
.\" Generator: DocBook XSL Stylesheets v1.79.1 <https://docbook.sf.net/>
.\" Date: 04/12/2024
.\" Date: 04/23/2024
.\" Manual: Zenmap Reference Guide
.\" Source: Zenmap
.\" Language: English
.\"
.TH "ZENMAP" "1" "04/12/2024" "Zenmap" "Zenmap Reference Guide"
.TH "ZENMAP" "1" "04/23/2024" "Zenmap" "Zenmap Reference Guide"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
Expand Down
6 changes: 3 additions & 3 deletions ncat/docs/ncat.1
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
.\" Title: Ncat
.\" Author: [see the "Authors" section]
.\" Generator: DocBook XSL Stylesheets v1.79.1 <https://docbook.sf.net/>
.\" Date: 04/12/2024
.\" Date: 04/23/2024
.\" Manual: Ncat Reference Guide
.\" Source: Ncat
.\" Language: English
.\"
.TH "NCAT" "1" "04/12/2024" "Ncat" "Ncat Reference Guide"
.TH "NCAT" "1" "04/23/2024" "Ncat" "Ncat Reference Guide"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
Expand Down Expand Up @@ -43,7 +43,7 @@ Among Ncat\*(Aqs vast number of features there is the ability to chain Ncats tog
.RS 4
.\}
.nf
Ncat 7\&.95 ( https://nmap\&.org/ncat )
Ncat 7\&.95SVN ( https://nmap\&.org/ncat )
Usage: ncat [options] [hostname] [port]

Options taking a time assume seconds\&. Append \*(Aqms\*(Aq for milliseconds,
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.95 ( https://nmap.org/ncat )
Ncat 7.95SVN ( 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 @@ -79,7 +79,7 @@
/* Ncat information for output, etc. */
#define NCAT_NAME "Ncat"
#define NCAT_URL "https://nmap.org/ncat"
#define NCAT_VERSION "7.95"
#define NCAT_VERSION "7.95SVN"

#ifndef __GNUC__
#ifndef __attribute__
Expand Down
4 changes: 2 additions & 2 deletions ndiff/docs/ndiff.1
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
.\" Title: ndiff
.\" Author: [see the "Authors" section]
.\" Generator: DocBook XSL Stylesheets v1.79.1 <https://docbook.sf.net/>
.\" Date: 04/12/2024
.\" Date: 04/23/2024
.\" Manual: User Commands
.\" Source: Ndiff
.\" Language: English
.\"
.TH "NDIFF" "1" "04/12/2024" "Ndiff" "User Commands"
.TH "NDIFF" "1" "04/23/2024" "Ndiff" "User Commands"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion nmap-services
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Well known service port numbers -*- mode: fundamental; -*-
# From the Nmap Security Scanner ( https://nmap.org/ )
#
# $Id$
# $Id: nmap-services 9746 2008-08-26 18:45:24Z fyodor $
#
# Derived from IANA data and our own research
#
Expand Down
4 changes: 2 additions & 2 deletions nmap.h
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,9 @@
file by the makefiles. */
#define NMAP_MAJOR 7
#define NMAP_MINOR 95
#define NMAP_BUILD 0
#define NMAP_BUILD 1
/* SVN, BETA, etc. */
#define NMAP_SPECIAL ""
#define NMAP_SPECIAL "SVN"

#define NMAP_VERSION STR(NMAP_MAJOR) "." STR(NMAP_MINOR) NMAP_SPECIAL
#define NMAP_NUM_VERSION STR(NMAP_MAJOR) "." STR(NMAP_MINOR) "." STR(NMAP_BUILD) ".0"
Expand Down
4 changes: 2 additions & 2 deletions nping/docs/nping.1
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
.\" Title: nping
.\" Author: [see the "Authors" section]
.\" Generator: DocBook XSL Stylesheets v1.79.1 <https://docbook.sf.net/>
.\" Date: 04/12/2024
.\" Date: 04/23/2024
.\" Manual: Nping Reference Guide
.\" Source: Nping
.\" Language: English
.\"
.TH "NPING" "1" "04/12/2024" "Nping" "Nping Reference Guide"
.TH "NPING" "1" "04/23/2024" "Nping" "Nping Reference Guide"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion nping/nping.h
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@
/* General tunable defines **************************************************/
#define NPING_NAME "Nping"
#define NPING_URL "https://nmap.org/nping"
#define NPING_VERSION "0.7.95"
#define NPING_VERSION "0.7.95SVN"


#define DEFAULT_VERBOSITY VB_0
Expand Down

0 comments on commit 0b89ae0

Please sign in to comment.