~percona-toolkit-dev/percona-toolkit/use-local-mysql-versions-for-testing

« back to all changes in this revision

Viewing changes to lib/Percona/Toolkit.pm

  • Committer: Frank Cizmich
  • Date: 2014-11-18 21:41:23 UTC
  • mfrom: (608.1.31 release-2.2.12)
  • Revision ID: frank.cizmich@percona.com-20141118214123-hyj5wno2onb5wo6o
merged release-2.2.12

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
# ###########################################################################
19
19
package Percona::Toolkit;
20
20
 
21
 
our $VERSION = '2.2.11';
 
21
our $VERSION = '2.2.12';
22
22
 
23
23
use strict;
24
24
use warnings FATAL => 'all';