Skip to content

Commit

Permalink
Bumped version number to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
major committed Sep 17, 2009
1 parent f0f9f3f commit b2dfc87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mysqltuner.pl
@@ -1,5 +1,5 @@
#!/usr/bin/perl -w
# mysqltuner.pl - Version 1.1.0
# mysqltuner.pl - Version 1.1.1
# High Performance MySQL Tuning Script
# Copyright (C) 2006-2009 Major Hayden - major@mhtx.net
#
Expand Down Expand Up @@ -40,7 +40,7 @@
use Getopt::Long;

# Set up a few variables for use in the script
my $tunerversion = "1.1.0";
my $tunerversion = "1.1.1";
my (@adjvars, @generalrec);

# Set defaults
Expand Down

0 comments on commit b2dfc87

Please sign in to comment.