From: Greg Sabino Mullane Date: Mon, 1 Feb 2010 17:26:06 +0000 (-0500) Subject: Minor revision bump X-Git-Tag: 2.13.1~6 X-Git-Url: http://waps.l3s.uni-hannover.de/gitweb/?a=commitdiff_plain;h=8141670c866921dddbb0f78038e06f98f21b6e69;p=check_postgres.git Minor revision bump --- diff --git a/META.yml b/META.yml index 83cd755fb..abd9c4f4b 100644 --- a/META.yml +++ b/META.yml @@ -1,6 +1,6 @@ --- #YAML:1.0 name : check_postgres.pl -version : 2.13.0 +version : 2.13.1 abstract : Postgres monitoring script author: - Greg Sabino Mullane @@ -30,7 +30,7 @@ recommends: provides: check_postgres: file : check_postgres.pl - version : 2.13.0 + version : 2.13.1 keywords: - Postgres diff --git a/Makefile.PL b/Makefile.PL index 14f9f307b..b6fd880ad 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -6,7 +6,7 @@ use strict; use warnings; use 5.006001; -my $VERSION = '2.13.0'; +my $VERSION = '2.13.1'; if ($VERSION =~ /_/) { print "WARNING! This is a test version ($VERSION) and should not be used in production!\n";