Skip to content

Commit

Permalink
Update version to 2.2.1-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
John C. Frickson committed Apr 6, 2017
1 parent ae6eb85 commit 47518bf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
@@ -1,6 +1,6 @@
## Process this file with automake to produce Makefile.in

SUBDIRS = gl tap lib plugins plugins-scripts plugins-python plugins-root po @PERLMODS_DIR@
SUBDIRS = gl tap lib plugins plugins-scripts plugins-root po @PERLMODS_DIR@

EXTRA_DIST = config.rpath \
ABOUT-NLS ACKNOWLEDGEMENTS AUTHORS CODING ChangeLog FAQ LEGAL NEWS \
Expand Down
2 changes: 1 addition & 1 deletion NP-VERSION-GEN
Expand Up @@ -6,7 +6,7 @@
SRC_ROOT=`dirname $0`

NPVF=NP-VERSION-FILE
DEF_VER=2.2.0.git
DEF_VER=2.2.1.git

LF='
'
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
@@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.59)
AC_INIT(nagios-plugins,2.2.0)
AC_INIT(nagios-plugins,2.2.1)
AC_CONFIG_SRCDIR(NPTest.pm)
AC_CONFIG_FILES([gl/Makefile
nagios-plugins.spec])
Expand Down Expand Up @@ -1882,12 +1882,12 @@ AC_OUTPUT(
plugins-scripts/Makefile
plugins-scripts/utils.pm
plugins-scripts/utils.sh
plugins-python/Makefile
perlmods/Makefile
test.pl
pkg/solaris/pkginfo
po/Makefile.in
)
# plugins-python/Makefile


dnl the ones below that are commented out need to be cleaned up
Expand Down

0 comments on commit 47518bf

Please sign in to comment.