Skip to content

Commit 2dea888

Browse files
committed
Prep for release
1 parent 66896f2 commit 2dea888

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

configure

+1-1
Original file line numberDiff line numberDiff line change
@@ -2476,7 +2476,7 @@ PKG_NAME=nagios
24762476
24772477
PKG_VERSION="4.5.0"
24782478
PKG_HOME_URL="https://www.nagios.org/"
2479-
PKG_REL_DATE="2023-11-10"
2479+
PKG_REL_DATE="2023-11-14"
24802480
24812481
ac_aux_dir=
24822482
for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ PKG_NAME=nagios
1212

1313
PKG_VERSION="4.5.0"
1414
PKG_HOME_URL="https://www.nagios.org/"
15-
PKG_REL_DATE="2023-11-10"
15+
PKG_REL_DATE="2023-11-14"
1616

1717
dnl Figure out how to invoke "install" and what install options to use.
1818
AC_PROG_INSTALL

html/main.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ function setCoreStatusHTML(image, text) {
145145
<div id="currentversioninfo">
146146
<div class="product">Nagios<sup><span style="font-size: small;">&reg;</span></sup> Core<sup><span style="font-size: small;">&trade;</span></sup></div>
147147
<div class="version">Version <?php echo $this_version; ?></div>
148-
<div class="releasedate">November 10, 2023</div>
148+
<div class="releasedate">November 14, 2023</div>
149149
<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>
150150
</div>
151151

include/common.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
#include "shared.h"
2626

2727
#define PROGRAM_VERSION "4.5.0"
28-
#define PROGRAM_MODIFICATION_DATE "2023-11-10"
28+
#define PROGRAM_MODIFICATION_DATE "2023-11-14"
2929

3030
NAGIOS_BEGIN_DECL
3131

update-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ fi
1515
CURRENTVERSION=4.5.0
1616

1717
# Last date
18-
LASTDATE=2023-11-10
18+
LASTDATE=2023-11-14
1919

2020
if [ "x$1" = "x" ]
2121
then

0 commit comments

Comments
 (0)