Explorar o código

Update version for QA team

madlohe %!s(int64=5) %!d(string=hai) anos
pai
achega
1b585e4b83
Modificáronse 5 ficheiros con 5 adicións e 5 borrados
  1. 1 1
      configure
  2. 1 1
      configure.ac
  3. 1 1
      include/common.h.in
  4. 1 1
      nrpe.spec.in
  5. 1 1
      update-version

+ 1 - 1
configure

@@ -2487,7 +2487,7 @@ ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
 
 
 PKG_NAME=nrpe
-PKG_VERSION="4.0.3-rc1"
+PKG_VERSION="4.0.3-rc2"
 PKG_HOME_URL="http://www.nagios.org/"
 PKG_REL_DATE="2020-04-27"
 RPM_RELEASE=1

+ 1 - 1
configure.ac

@@ -11,7 +11,7 @@ AC_CONFIG_AUX_DIR([build-aux])
 AC_PREFIX_DEFAULT(/usr/local/nagios)
 
 PKG_NAME=nrpe
-PKG_VERSION="4.0.3-rc1"
+PKG_VERSION="4.0.3-rc2"
 PKG_HOME_URL="http://www.nagios.org/"
 PKG_REL_DATE="2020-04-27"
 RPM_RELEASE=1

+ 1 - 1
include/common.h.in

@@ -37,7 +37,7 @@
 # endif
 #endif
 
-#define PROGRAM_VERSION "4.0.3-rc1"
+#define PROGRAM_VERSION "4.0.3-rc2"
 #define MODIFICATION_DATE "2020-04-27"
 
 #define OK							0

+ 1 - 1
nrpe.spec.in

@@ -22,7 +22,7 @@
 %define _sysconfdir /etc/nagios
 
 %define name @PACKAGE_NAME@
-%define version 4.0.3-rc1
+%define version 4.0.3-rc2
 %define release @RPM_RELEASE@
 %define nsusr @nrpe_user@
 %define nsgrp @nrpe_group@

+ 1 - 1
update-version

@@ -28,7 +28,7 @@ else
 fi
 
 # Current version number
-CURRENTVERSION=4.0.3-rc1
+CURRENTVERSION=4.0.3-rc2
 
 # Last date
 LASTDATE=2020-04-27