From 2dfaad3c7d9f5f932a116e55b4adb913da53809e Mon Sep 17 00:00:00 2001 From: Greg Sabino Mullane Date: Thu, 17 Apr 2008 21:06:39 -0400 Subject: [PATCH] Version bump. --- check_postgres.pl | 4 ++-- check_postgres.pl.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/check_postgres.pl b/check_postgres.pl index ba69e2529..e53ec5467 100755 --- a/check_postgres.pl +++ b/check_postgres.pl @@ -28,7 +28,7 @@ $Data::Dumper::Varname = 'POSTGRES'; $Data::Dumper::Indent = 2; $Data::Dumper::Useqq = 1; -our $VERSION = '1.5.0'; +our $VERSION = '1.5.1'; use vars qw/ %opt $PSQL $res $COM $SQL $db /; @@ -2511,7 +2511,7 @@ check_postgres.pl - Postgres monitoring script for Nagios =head1 VERSION -This documents describes B version 1.5.0 +This documents describes B version 1.5.1 =head1 SYNOPSIS diff --git a/check_postgres.pl.html b/check_postgres.pl.html index b5285f106..0ec84cc1d 100644 --- a/check_postgres.pl.html +++ b/check_postgres.pl.html @@ -48,7 +48,7 @@


VERSION

-

This documents describes check_postgres.pl version 1.5.0

+

This documents describes check_postgres.pl version 1.5.1


-- 2.39.5