Skip to content

Commit

Permalink
prep for 3.2.0 - again
Browse files Browse the repository at this point in the history
  • Loading branch information
hedenface committed Jun 27, 2017
1 parent 06f9781 commit 5a51764
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 16 deletions.
15 changes: 2 additions & 13 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -718,7 +718,6 @@ infodir
docdir
oldincludedir
includedir
runstatedir
localstatedir
sharedstatedir
sysconfdir
Expand Down Expand Up @@ -819,7 +818,6 @@ datadir='${datarootdir}'
sysconfdir='${prefix}/etc'
sharedstatedir='${prefix}/com'
localstatedir='${prefix}/var'
runstatedir='${localstatedir}/run'
includedir='${prefix}/include'
oldincludedir='/usr/include'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
Expand Down Expand Up @@ -1072,15 +1070,6 @@ do
| -silent | --silent | --silen | --sile | --sil)
silent=yes ;;

-runstatedir | --runstatedir | --runstatedi | --runstated \
| --runstate | --runstat | --runsta | --runst | --runs \
| --run | --ru | --r)
ac_prev=runstatedir ;;
-runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \
| --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \
| --run=* | --ru=* | --r=*)
runstatedir=$ac_optarg ;;

-sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
ac_prev=sbindir ;;
-sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
Expand Down Expand Up @@ -1218,7 +1207,7 @@ fi
for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
datadir sysconfdir sharedstatedir localstatedir includedir \
oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
libdir localedir mandir runstatedir
libdir localedir mandir
do
eval ac_val=\$$ac_var
# Remove trailing slashes.
Expand Down Expand Up @@ -2500,7 +2489,7 @@ ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
PKG_NAME=nrpe
PKG_VERSION="3.2.0"
PKG_HOME_URL="http://www.nagios.org/"
PKG_REL_DATE="2017-06-26"
PKG_REL_DATE="2017-06-27"
RPM_RELEASE=1
LANG=C
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ AC_PREFIX_DEFAULT(/usr/local/nagios)
PKG_NAME=nrpe
PKG_VERSION="3.2.0"
PKG_HOME_URL="http://www.nagios.org/"
PKG_REL_DATE="2017-06-26"
PKG_REL_DATE="2017-06-27"
RPM_RELEASE=1

LANG=C
Expand Down
2 changes: 1 addition & 1 deletion include/common.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
#endif

#define PROGRAM_VERSION "3.2.0"
#define MODIFICATION_DATE "2017-06-26"
#define MODIFICATION_DATE "2017-06-27"

#define OK 0
#define ERROR -1
Expand Down
2 changes: 1 addition & 1 deletion update-version
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ fi
CURRENTVERSION=3.2.0

# Last date
LASTDATE=2017-06-26
LASTDATE=2017-06-27

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

0 comments on commit 5a51764

Please sign in to comment.