Skip to content

Commit a063f29

Browse files
author
Sebastian Wolf
committed
Prep for release 4.4.12 (switched date - forgot about memorial day)
1 parent 1a0614c commit a063f29

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
@@ -2464,7 +2464,7 @@ PKG_NAME=nagios
24642464
24652465
PKG_VERSION="4.4.12"
24662466
PKG_HOME_URL="https://www.nagios.org/"
2467-
PKG_REL_DATE="2023-05-29"
2467+
PKG_REL_DATE="2023-05-30"
24682468
24692469
ac_aux_dir=
24702470
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.4.12"
1414
PKG_HOME_URL="https://www.nagios.org/"
15-
PKG_REL_DATE="2023-05-29"
15+
PKG_REL_DATE="2023-05-30"
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">May 29, 2023</div>
148+
<div class="releasedate">May 30, 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.4.12"
28-
#define PROGRAM_MODIFICATION_DATE "2023-05-29"
28+
#define PROGRAM_MODIFICATION_DATE "2023-05-30"
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.4.12
1616

1717
# Last date
18-
LASTDATE=2023-05-29
18+
LASTDATE=2023-05-30
1919

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

0 commit comments

Comments
 (0)