Skip to content

Commit

Permalink
Prep for release 4.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cbyers0 committed Feb 28, 2024
1 parent 6c92f9c commit c9733c0
Show file tree
Hide file tree
Showing 11 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions configure
Expand Up @@ -2474,9 +2474,9 @@ ac_config_headers="$ac_config_headers include/config.h lib/snprintf.h lib/iobrok
PKG_NAME=nagios
PKG_VERSION="4.5.0"
PKG_VERSION="4.5.1"
PKG_HOME_URL="https://www.nagios.org/"
PKG_REL_DATE="2023-11-14"
PKG_REL_DATE="2024-02-28"
ac_aux_dir=
for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Expand Up @@ -10,9 +10,9 @@ AC_PREFIX_DEFAULT(/usr/local/nagios)

PKG_NAME=nagios

PKG_VERSION="4.5.0"
PKG_VERSION="4.5.1"
PKG_HOME_URL="https://www.nagios.org/"
PKG_REL_DATE="2023-11-14"
PKG_REL_DATE="2024-02-28"

dnl Figure out how to invoke "install" and what install options to use.
AC_PROG_INSTALL
Expand Down
2 changes: 1 addition & 1 deletion contrib/epel-nagios.spec
Expand Up @@ -3,7 +3,7 @@
%global bootstrap 0

Name: nagios
Version: 4.5.0
Version: 4.5.1
Release: 4%{?dist}

Summary: Host/service/network monitoring program
Expand Down
2 changes: 1 addition & 1 deletion doxy.conf
@@ -1,5 +1,5 @@
PROJECT_NAME = Nagios
PROJECT_NUMBER = 4.5.0
PROJECT_NUMBER = 4.5.1
PROJECT_BRIEF = "Dev docs for Nagios core and neb-module hackers"

INPUT = lib/ docs/
Expand Down
2 changes: 1 addition & 1 deletion html/index.php.in
Expand Up @@ -26,7 +26,7 @@ if ("@COREWINDOW@" == "yes" && isset($_GET['corewindow'])) {
$url = "main.php";
}

$this_year = '2023';
$this_year = '2024';
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">

Expand Down
6 changes: 3 additions & 3 deletions html/main.php
@@ -1,8 +1,8 @@
<?php
include_once(dirname(__FILE__).'/includes/utils.inc.php');

$this_version = '4.5.0';
$this_year = '2023';
$this_version = '4.5.1';
$this_year = '2024';
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

Expand Down Expand Up @@ -145,7 +145,7 @@ function setCoreStatusHTML(image, text) {
<div id="currentversioninfo">
<div class="product">Nagios<sup><span style="font-size: small;">&reg;</span></sup> Core<sup><span style="font-size: small;">&trade;</span></sup></div>
<div class="version">Version <?php echo $this_version; ?></div>
<div class="releasedate">November 14, 2023</div>
<div class="releasedate">February 28, 2024</div>
<div class="checkforupdates"><a href="https://www.nagios.org/checkforupdates/?version=<?php echo $this_version; ?>&amp;product=nagioscore" target="_blank">Check for updates</a></div>
</div>

Expand Down
2 changes: 1 addition & 1 deletion html/side.php
@@ -1,7 +1,7 @@
<?php
include_once(dirname(__FILE__).'/includes/utils.inc.php');

$this_version = '4.5.0';
$this_version = '4.5.1';
$link_target = 'main';
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
Expand Down
4 changes: 2 additions & 2 deletions include/common.h
Expand Up @@ -24,8 +24,8 @@

#include "shared.h"

#define PROGRAM_VERSION "4.5.0"
#define PROGRAM_MODIFICATION_DATE "2023-11-14"
#define PROGRAM_VERSION "4.5.1"
#define PROGRAM_MODIFICATION_DATE "2024-02-28"

NAGIOS_BEGIN_DECL

Expand Down
2 changes: 1 addition & 1 deletion nagios.spec
Expand Up @@ -29,7 +29,7 @@

Summary: Open Source host, service and network monitoring program
Name: nagios
Version: 4.5.0
Version: 4.5.1
Release: 2%{?dist}
License: GPL
Group: Applications/System
Expand Down
2 changes: 1 addition & 1 deletion startup/default-service.in
@@ -1,5 +1,5 @@
[Unit]
Description=Nagios Core 4.5.0
Description=Nagios Core 4.5.1
Documentation=https://www.nagios.org/documentation
After=network.target local-fs.target

Expand Down
4 changes: 2 additions & 2 deletions update-version
Expand Up @@ -12,10 +12,10 @@ else
fi

# Current version number
CURRENTVERSION=4.5.0
CURRENTVERSION=4.5.1

# Last date
LASTDATE=2023-11-14
LASTDATE=2024-02-28

if [ "x$1" = "x" ]
then
Expand Down

0 comments on commit c9733c0

Please sign in to comment.