Skip to content

Commit

Permalink
Prep for 3.4.1 release
Browse files Browse the repository at this point in the history
git-svn-id: https://nagios.svn.sourceforge.net/svnroot/nagios/nagioscore/trunk@1944 5f96b256-904b-4d8d-8c98-d829582c6739
  • Loading branch information
Eric Stanley committed May 12, 2012
1 parent 9e0017a commit 162d5f9
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions base/nagios.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
* NAGIOS.C - Core Program Code For Nagios
*
* Program: Nagios Core
* Version: 3.4.0
* Version: 3.4.1
* License: GPL
* Copyright (c) 2009-2010 Nagios Core Development Team and Community Contributors
* Copyright (c) 1999-2009 Ethan Galstad
*
* First Written: 01-28-1999 (start of development)
* Last Modified: 05-04-2012
* Last Modified: 05-11-2012
*
* Description:
*
Expand Down
2 changes: 1 addition & 1 deletion base/nagiostats.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* NAGIOSTATS.C - Displays Nagios Statistics
*
* Program: Nagiostats
* Version: 3.4.0
* Version: 3.4.1
* License: GPL
* Copyright (c) 2003-2008 Ethan Galstad ([email protected])
*
Expand Down
4 changes: 2 additions & 2 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -1314,9 +1314,9 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
PKG_NAME=nagios
PKG_VERSION="3.4.0"
PKG_VERSION="3.4.1"
PKG_HOME_URL="http://www.nagios.org/"
PKG_REL_DATE="05-04-2012"
PKG_REL_DATE="05-11-2012"
ac_aux_dir=
for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
Expand Down
4 changes: 2 additions & 2 deletions configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ AC_CONFIG_HEADER(include/config.h include/snprintf.h)
AC_PREFIX_DEFAULT(/usr/local/nagios)

PKG_NAME=nagios
PKG_VERSION="3.4.0"
PKG_VERSION="3.4.1"
PKG_HOME_URL="http://www.nagios.org/"
PKG_REL_DATE="05-04-2012"
PKG_REL_DATE="05-11-2012"

dnl Figure out how to invoke "install" and what install options to use.
AC_PROG_INSTALL
Expand Down
8 changes: 4 additions & 4 deletions html/main.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
include_once(dirname(__FILE__).'/includes/utils.inc.php');

$this_version="3.4.0";
$this_version="3.4.1";

?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
Expand Down Expand Up @@ -38,9 +38,9 @@

<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 3.4.0</div>
<div class="releasedate">May 04, 2012</div>
<div class="checkforupdates"><a href="http://www.nagios.org/checkforupdates/?version=3.4.0&product=nagioscore" target="_blank">Check for updates</a></div>
<div class="version">Version 3.4.1</div>
<div class="releasedate">May 11, 2012</div>
<div class="checkforupdates"><a href="http://www.nagios.org/checkforupdates/?version=3.4.1&product=nagioscore" target="_blank">Check for updates</a></div>
<!--<div class="whatsnew"><a href="http://go.nagios.com/nagioscore/whatsnew">Read what's new in Nagios Core 3</a></div>-->
</div>

Expand Down
4 changes: 2 additions & 2 deletions include/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@

#include "shared.h"

#define PROGRAM_VERSION "3.4.0"
#define PROGRAM_MODIFICATION_DATE "05-04-2012"
#define PROGRAM_VERSION "3.4.1"
#define PROGRAM_MODIFICATION_DATE "05-11-2012"

/*#define DEBUG_CHECK_IPC 1 */
/*#define DEBUG_CHECK_IPC2 1*/
Expand Down
2 changes: 1 addition & 1 deletion nagios.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
%define name nagios
%define version 3.4.0
%define version 3.4.1
%define release 1
%define nsusr nagios
%define nsgrp nagios
Expand Down
4 changes: 2 additions & 2 deletions update-version
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ else
fi

# Current version number
CURRENTVERSION=3.4.0
CURRENTVERSION=3.4.1

# Last date
LASTDATE=05-04-2012
LASTDATE=05-11-2012

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

0 comments on commit 162d5f9

Please sign in to comment.