Set v2.2 instead of 3.0.

This commit is contained in:
Daniel Nichter
2013-06-16 15:19:42 -07:00
parent 459696d4f9
commit 58736c7b0e
2 changed files with 3 additions and 3 deletions

View File

@@ -52,7 +52,7 @@ BEGIN {
{
package Percona::Toolkit;
our $VERSION = '3.0.0';
our $VERSION = '2.2.2';
use strict;
use warnings FATAL => 'all';
@@ -9301,6 +9301,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-agent 3.0.0
pt-agent 2.2.2
=cut

View File

@@ -19,7 +19,7 @@
# ###########################################################################
package Percona::Toolkit;
our $VERSION = '3.0.0';
our $VERSION = '2.2.2';
use strict;
use warnings FATAL => 'all';