From 85f38cb858065d4b0e384730258494e8639887db Mon Sep 17 00:00:00 2001 From: dmiller Date: Sat, 20 May 2023 23:05:18 +0000 Subject: [PATCH] Bump version to 7.94SVN post-release --- configure | 14 +------------- docs/nmap.usage.txt | 2 +- ncat/docs/ncat.usage.txt | 2 +- ncat/ncat.h | 2 +- nmap.h | 4 ++-- nping/nping.h | 2 +- zenmap/share/zenmap/config/zenmap_version | 2 +- zenmap/zenmapCore/Version.py | 2 +- 8 files changed, 9 insertions(+), 21 deletions(-) diff --git a/configure b/configure index d1d2f19e0..30a455492 100755 --- a/configure +++ b/configure @@ -754,7 +754,6 @@ infodir docdir oldincludedir includedir -runstatedir localstatedir sharedstatedir sysconfdir @@ -853,7 +852,6 @@ datadir='${datarootdir}' sysconfdir='${prefix}/etc' sharedstatedir='${prefix}/com' localstatedir='${prefix}/var' -runstatedir='${localstatedir}/run' includedir='${prefix}/include' oldincludedir='/usr/include' docdir='${datarootdir}/doc/${PACKAGE}' @@ -1106,15 +1104,6 @@ do | -silent | --silent | --silen | --sile | --sil) silent=yes ;; - -runstatedir | --runstatedir | --runstatedi | --runstated \ - | --runstate | --runstat | --runsta | --runst | --runs \ - | --run | --ru | --r) - ac_prev=runstatedir ;; - -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \ - | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \ - | --run=* | --ru=* | --r=*) - runstatedir=$ac_optarg ;; - -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) ac_prev=sbindir ;; -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ @@ -1252,7 +1241,7 @@ fi for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ datadir sysconfdir sharedstatedir localstatedir includedir \ oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ - libdir localedir mandir runstatedir + libdir localedir mandir do eval ac_val=\$$ac_var # Remove trailing slashes. @@ -1405,7 +1394,6 @@ Fine tuning of the installation directories: --sysconfdir=DIR read-only single-machine data [PREFIX/etc] --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] --localstatedir=DIR modifiable single-machine data [PREFIX/var] - --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run] --libdir=DIR object code libraries [EPREFIX/lib] --includedir=DIR C header files [PREFIX/include] --oldincludedir=DIR C header files for non-gcc [/usr/include] diff --git a/docs/nmap.usage.txt b/docs/nmap.usage.txt index 9ff5e7c0a..dcc62833e 100644 --- a/docs/nmap.usage.txt +++ b/docs/nmap.usage.txt @@ -1,4 +1,4 @@ -Nmap 7.94 ( https://nmap.org ) +Nmap 7.94SVN ( 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 3aded1528..d9659632f 100644 --- a/ncat/docs/ncat.usage.txt +++ b/ncat/docs/ncat.usage.txt @@ -1,4 +1,4 @@ -Ncat 7.94 ( https://nmap.org/ncat ) +Ncat 7.94SVN ( 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 b09be7538..9f876ae4d 100644 --- a/ncat/ncat.h +++ b/ncat/ncat.h @@ -78,7 +78,7 @@ /* Ncat information for output, etc. */ #define NCAT_NAME "Ncat" #define NCAT_URL "https://nmap.org/ncat" -#define NCAT_VERSION "7.94" +#define NCAT_VERSION "7.94SVN" #ifndef __GNUC__ #ifndef __attribute__ diff --git a/nmap.h b/nmap.h index e9339af02..276bf2367 100644 --- a/nmap.h +++ b/nmap.h @@ -123,9 +123,9 @@ file by the makefiles. */ #define NMAP_MAJOR 7 #define NMAP_MINOR 94 -#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" diff --git a/nping/nping.h b/nping/nping.h index 3271a50f4..88578e485 100644 --- a/nping/nping.h +++ b/nping/nping.h @@ -264,7 +264,7 @@ /* General tunable defines **************************************************/ #define NPING_NAME "Nping" #define NPING_URL "https://nmap.org/nping" -#define NPING_VERSION "0.7.94" +#define NPING_VERSION "0.7.94SVN" #define DEFAULT_VERBOSITY VB_0 diff --git a/zenmap/share/zenmap/config/zenmap_version b/zenmap/share/zenmap/config/zenmap_version index 2b4445acc..f23c7d384 100644 --- a/zenmap/share/zenmap/config/zenmap_version +++ b/zenmap/share/zenmap/config/zenmap_version @@ -1 +1 @@ -7.94 +7.94SVN diff --git a/zenmap/zenmapCore/Version.py b/zenmap/zenmapCore/Version.py index 8a7c11b14..b3fede4a7 100644 --- a/zenmap/zenmapCore/Version.py +++ b/zenmap/zenmapCore/Version.py @@ -1 +1 @@ -VERSION = "7.94" +VERSION = "7.94SVN"