Skip to content

Commit dbcb817

Browse files
committed
Version 1.3.0
1 parent 216bade commit dbcb817

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

mysqltuner.pl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
#!/usr/bin/perl -w
2-
# mysqltuner.pl - Version 1.2.0
2+
# mysqltuner.pl - Version 1.3.0
33
# High Performance MySQL Tuning Script
4-
# Copyright (C) 2006-2011 Major Hayden - major@mhtx.net
4+
# Copyright (C) 2006-2014 Major Hayden - major@mhtx.net
55
#
66
# For the latest updates, please visit http://mysqltuner.com/
7-
# Git repository available at http://github.com/rackerhacker/MySQLTuner-perl
7+
# Git repository available at http://github.com/major/MySQLTuner-perl
88
#
99
# This program is free software: you can redistribute it and/or modify
1010
# it under the terms of the GNU General Public License as published by
@@ -41,7 +41,7 @@
4141
use Getopt::Long;
4242

4343
# Set up a few variables for use in the script
44-
my $tunerversion = "1.2.0";
44+
my $tunerversion = "1.3.0";
4545
my (@adjvars, @generalrec);
4646

4747
# Set defaults

0 commit comments

Comments
 (0)