From 7e3cd0669eec785fa67aeb85edf5b8ae8d3371a2 Mon Sep 17 00:00:00 2001 From: Sebastian Wolf Date: Thu, 1 Jun 2023 17:58:35 -0400 Subject: [PATCH] Prep for release 4.4.13 --- configure | 4 ++-- configure.ac | 4 ++-- contrib/epel-nagios.spec | 2 +- doxy.conf | 2 +- html/main.php | 4 ++-- html/side.php | 2 +- include/common.h | 4 ++-- nagios.spec | 2 +- startup/default-service.in | 2 +- update-version | 4 ++-- 10 files changed, 15 insertions(+), 15 deletions(-) diff --git a/configure b/configure index 9751ada36..83bb5424d 100755 --- a/configure +++ b/configure @@ -2462,9 +2462,9 @@ ac_config_headers="$ac_config_headers include/config.h lib/snprintf.h lib/iobrok PKG_NAME=nagios -PKG_VERSION="4.4.12" +PKG_VERSION="4.4.13" PKG_HOME_URL="https://www.nagios.org/" -PKG_REL_DATE="2023-05-30" +PKG_REL_DATE="2023-06-01" ac_aux_dir= for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do diff --git a/configure.ac b/configure.ac index 1c6a2ae7f..829f47aad 100644 --- a/configure.ac +++ b/configure.ac @@ -10,9 +10,9 @@ AC_PREFIX_DEFAULT(/usr/local/nagios) PKG_NAME=nagios -PKG_VERSION="4.4.12" +PKG_VERSION="4.4.13" PKG_HOME_URL="https://www.nagios.org/" -PKG_REL_DATE="2023-05-30" +PKG_REL_DATE="2023-06-01" dnl Figure out how to invoke "install" and what install options to use. AC_PROG_INSTALL diff --git a/contrib/epel-nagios.spec b/contrib/epel-nagios.spec index c4d375bd0..dc9b240e0 100644 --- a/contrib/epel-nagios.spec +++ b/contrib/epel-nagios.spec @@ -3,7 +3,7 @@ %global bootstrap 0 Name: nagios -Version: 4.4.12 +Version: 4.4.13 Release: 4%{?dist} Summary: Host/service/network monitoring program diff --git a/doxy.conf b/doxy.conf index 714202f83..bea924e9e 100644 --- a/doxy.conf +++ b/doxy.conf @@ -1,5 +1,5 @@ PROJECT_NAME = Nagios -PROJECT_NUMBER = 4.4.12 +PROJECT_NUMBER = 4.4.13 PROJECT_BRIEF = "Dev docs for Nagios core and neb-module hackers" INPUT = lib/ docs/ diff --git a/html/main.php b/html/main.php index 44d145d69..77e47e19a 100644 --- a/html/main.php +++ b/html/main.php @@ -1,7 +1,7 @@ @@ -145,7 +145,7 @@ function setCoreStatusHTML(image, text) {
Nagios® Core
Version
-
May 30, 2023
+
June 01, 2023
diff --git a/html/side.php b/html/side.php index ea2f146f7..e465aa5ac 100644 --- a/html/side.php +++ b/html/side.php @@ -1,7 +1,7 @@ diff --git a/include/common.h b/include/common.h index e694d8b77..0f74e896d 100644 --- a/include/common.h +++ b/include/common.h @@ -24,8 +24,8 @@ #include "shared.h" -#define PROGRAM_VERSION "4.4.12" -#define PROGRAM_MODIFICATION_DATE "2023-05-30" +#define PROGRAM_VERSION "4.4.13" +#define PROGRAM_MODIFICATION_DATE "2023-06-01" NAGIOS_BEGIN_DECL diff --git a/nagios.spec b/nagios.spec index 4d3441024..4c653bd63 100644 --- a/nagios.spec +++ b/nagios.spec @@ -29,7 +29,7 @@ Summary: Open Source host, service and network monitoring program Name: nagios -Version: 4.4.12 +Version: 4.4.13 Release: 2%{?dist} License: GPL Group: Applications/System diff --git a/startup/default-service.in b/startup/default-service.in index c9c6c98e3..477a84915 100644 --- a/startup/default-service.in +++ b/startup/default-service.in @@ -1,5 +1,5 @@ [Unit] -Description=Nagios Core 4.4.12 +Description=Nagios Core 4.4.13 Documentation=https://www.nagios.org/documentation After=network.target local-fs.target diff --git a/update-version b/update-version index abb2364e5..0054ee3f0 100755 --- a/update-version +++ b/update-version @@ -12,10 +12,10 @@ else fi # Current version number -CURRENTVERSION=4.4.12 +CURRENTVERSION=4.4.13 # Last date -LASTDATE=2023-05-30 +LASTDATE=2023-06-01 if [ "x$1" = "x" ] then