Skip to content

Commit

Permalink
Prep for release 4.4.12 (switched date - forgot about memorial day)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Wolf committed May 30, 2023
1 parent 1a0614c commit a063f29
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -2464,7 +2464,7 @@ PKG_NAME=nagios
PKG_VERSION="4.4.12"
PKG_HOME_URL="https://www.nagios.org/"
PKG_REL_DATE="2023-05-29"
PKG_REL_DATE="2023-05-30"
ac_aux_dir=
for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ PKG_NAME=nagios

PKG_VERSION="4.4.12"
PKG_HOME_URL="https://www.nagios.org/"
PKG_REL_DATE="2023-05-29"
PKG_REL_DATE="2023-05-30"

dnl Figure out how to invoke "install" and what install options to use.
AC_PROG_INSTALL
Expand Down
2 changes: 1 addition & 1 deletion html/main.php
Original file line number Diff line number Diff line change
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">May 29, 2023</div>
<div class="releasedate">May 30, 2023</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 include/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
#include "shared.h"

#define PROGRAM_VERSION "4.4.12"
#define PROGRAM_MODIFICATION_DATE "2023-05-29"
#define PROGRAM_MODIFICATION_DATE "2023-05-30"

NAGIOS_BEGIN_DECL

Expand Down
2 changes: 1 addition & 1 deletion update-version
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ fi
CURRENTVERSION=4.4.12

# Last date
LASTDATE=2023-05-29
LASTDATE=2023-05-30

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

0 comments on commit a063f29

Please sign in to comment.