Просмотр исходного кода

Version number fix for the upcoming 2.5 release

Ethan Galstad 20 лет назад
Родитель
Сommit
eff82d1506
6 измененных файлов с 9 добавлено и 9 удалено
  1. 2 2
      configure
  2. 2 2
      configure.in
  3. 2 2
      include/common.h
  4. 1 1
      nrpe.spec
  5. 1 1
      src/check_nrpe.c
  6. 1 1
      src/nrpe.c

+ 2 - 2
configure

@@ -1294,9 +1294,9 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
 
 
 
 
 PKG_NAME=nrpe
 PKG_NAME=nrpe
-PKG_VERSION="2.3"
+PKG_VERSION="2.5"
 PKG_HOME_URL="http://www.nagios.org/"
 PKG_HOME_URL="http://www.nagios.org/"
-PKG_REL_DATE="01-23-2006"
+PKG_REL_DATE="02-28-2006"
 
 
 ac_aux_dir=
 ac_aux_dir=
 for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
 for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do

+ 2 - 2
configure.in

@@ -9,9 +9,9 @@ AC_CONFIG_HEADER(include/config.h)
 AC_PREFIX_DEFAULT(/usr/local/nagios)
 AC_PREFIX_DEFAULT(/usr/local/nagios)
 
 
 PKG_NAME=nrpe
 PKG_NAME=nrpe
-PKG_VERSION="2.3"
+PKG_VERSION="2.5"
 PKG_HOME_URL="http://www.nagios.org/"
 PKG_HOME_URL="http://www.nagios.org/"
-PKG_REL_DATE="01-23-2006"
+PKG_REL_DATE="02-28-2006"
 
 
 dnl Figure out how to invoke "install" and what install options to use.
 dnl Figure out how to invoke "install" and what install options to use.
 AC_PROG_INSTALL
 AC_PROG_INSTALL

+ 2 - 2
include/common.h

@@ -23,8 +23,8 @@
 
 
 #include "config.h"
 #include "config.h"
 
 
-#define PROGRAM_VERSION "2.3"
-#define MODIFICATION_DATE "01-23-2006"
+#define PROGRAM_VERSION "2.5"
+#define MODIFICATION_DATE "02-28-2006"
 
 
 #define OK		0
 #define OK		0
 #define ERROR		-1
 #define ERROR		-1

+ 1 - 1
nrpe.spec

@@ -1,5 +1,5 @@
 %define name nrpe
 %define name nrpe
-%define version 2.3
+%define version 2.5
 %define release 1
 %define release 1
 %define nsusr nagios
 %define nsusr nagios
 %define nsgrp nagios
 %define nsgrp nagios

+ 1 - 1
src/check_nrpe.c

@@ -4,7 +4,7 @@
  * Copyright (c) 1999-2006 Ethan Galstad (nagios@nagios.org)
  * Copyright (c) 1999-2006 Ethan Galstad (nagios@nagios.org)
  * License: GPL
  * License: GPL
  *
  *
- * Last Modified: 01-23-2006
+ * Last Modified: 02-28-2006
  *
  *
  * Command line: CHECK_NRPE -H <host_address> [-p port] [-c command] [-to to_sec]
  * Command line: CHECK_NRPE -H <host_address> [-p port] [-c command] [-to to_sec]
  *
  *

+ 1 - 1
src/nrpe.c

@@ -4,7 +4,7 @@
  * Copyright (c) 1999-2006 Ethan Galstad (nagios@nagios.org)
  * Copyright (c) 1999-2006 Ethan Galstad (nagios@nagios.org)
  * License: GPL
  * License: GPL
  *
  *
- * Last Modified: 02-23-2006
+ * Last Modified: 02-28-2006
  *
  *
  * Command line: nrpe -c <config_file> [--inetd | --daemon]
  * Command line: nrpe -c <config_file> [--inetd | --daemon]
  *
  *