Build percona-toolkit-2.1.4

This commit is contained in:
Brian Fraser
2012-09-20 10:59:16 -03:00
parent 718bbedd4b
commit aa98b589b6
44 changed files with 155 additions and 59 deletions

View File

@@ -19,7 +19,7 @@
# ###########################################################################
{
package Percona::Toolkit;
our $VERSION = '2.1.3';
our $VERSION = '2.1.4';
1;
}

View File

@@ -39,7 +39,7 @@ $Data::Dumper::Quotekeys = 0;
use constant PTDEBUG => $ENV{PTDEBUG} || 0;
use constant PTDEVDEBUG => $ENV{PTDEVDEBUG} || 0;
$Sandbox::Percona::Toolkit::VERSION = "2.1.3";
$Sandbox::Percona::Toolkit::VERSION = "2.1.4";
my $trunk = $ENV{PERCONA_TOOLKIT_BRANCH};