Version bump to 1.2.0

This commit is contained in:
mhayden 2011-03-06 18:50:36 -06:00
parent 23f582fe27
commit 05813a1faa

View file

@ -1,7 +1,7 @@
#!/usr/bin/perl -w #!/usr/bin/perl -w
# mysqltuner.pl - Version 1.1.1 # mysqltuner.pl - Version 1.2.0
# High Performance MySQL Tuning Script # High Performance MySQL Tuning Script
# Copyright (C) 2006-2009 Major Hayden - major@mhtx.net # Copyright (C) 2006-2011 Major Hayden - major@mhtx.net
# #
# For the latest updates, please visit http://mysqltuner.com/ # For the latest updates, please visit http://mysqltuner.com/
# Git repository available at http://github.com/rackerhacker/MySQLTuner-perl # Git repository available at http://github.com/rackerhacker/MySQLTuner-perl
@ -40,7 +40,7 @@ use diagnostics;
use Getopt::Long; use Getopt::Long;
# Set up a few variables for use in the script # Set up a few variables for use in the script
my $tunerversion = "1.1.1"; my $tunerversion = "1.2.0";
my (@adjvars, @generalrec); my (@adjvars, @generalrec);
# Set defaults # Set defaults