From: Greg Sabino Mullane Date: Fri, 4 Sep 2009 17:04:54 +0000 (-0400) Subject: Bump version to 2.12.0 X-Git-Tag: 2.12.0~14 X-Git-Url: http://git.postgresql.org/gitweb/static/%7B%7Bpgdulink%28?a=commitdiff_plain;h=28ac5a50e91151b2ec417b6bc4244b6d2c427bb9;p=check_postgres.git Bump version to 2.12.0 --- diff --git a/META.yml b/META.yml index ed41df38d..8f2a67805 100644 --- a/META.yml +++ b/META.yml @@ -1,6 +1,6 @@ --- #YAML:1.0 name : check_postgres.pl -version : 2.11.1 +version : 2.12.0 abstract : Postgres monitoring script author: - Greg Sabino Mullane @@ -30,7 +30,7 @@ recommends: provides: check_postgres: file : check_postgres.pl - version : 2.11.1 + version : 2.12.0 keywords: - Postgres diff --git a/Makefile.PL b/Makefile.PL index c8b0a48fd..810abcc51 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -6,7 +6,7 @@ use strict; use warnings; use 5.006001; -my $VERSION = '2.11.1'; +my $VERSION = '2.12.0'; if ($VERSION =~ /_/) { print "WARNING! This is a test version ($VERSION) and should not be used in production!\n";