summaryrefslogtreecommitdiff
path: root/check_postgres.pl
diff options
context:
space:
mode:
authorDavid E. Wheeler2011-05-23 17:07:41 +0000
committerDavid E. Wheeler2011-05-23 17:07:41 +0000
commit307b24c9178e89242b86838d10132b55a9fbc7ba (patch)
tree4de35c5566f074f3d151c5c7390e8fcef399878a /check_postgres.pl
parent772e139bfea9d9fa891a60f3b5ca98a19e93bb9d (diff)
Increment to v2.17.1.
Diffstat (limited to 'check_postgres.pl')
-rwxr-xr-xcheck_postgres.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/check_postgres.pl b/check_postgres.pl
index bda7d5762..83916535d 100755
--- a/check_postgres.pl
+++ b/check_postgres.pl
@@ -30,7 +30,7 @@ $Data::Dumper::Varname = 'POSTGRES';
$Data::Dumper::Indent = 2;
$Data::Dumper::Useqq = 1;
-our $VERSION = '2.17.0';
+our $VERSION = '2.17.1';
use vars qw/ %opt $PSQL $res $COM $SQL $db /;