Skip to content

Commit

Permalink
Merge pull request #732 from jmrenouard/master
Browse files Browse the repository at this point in the history
Generate 2.3.0 minor version at 2023-09-25T11:30:10+02:00
  • Loading branch information
jmrenouard committed Sep 25, 2023
2 parents 9d44e4c + cf2e177 commit 8cf314e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion USAGE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# NAME

MySQLTuner 2.2.12 - MySQL High Performance Tuning Script
MySQLTuner 2.3.0 - MySQL High Performance Tuning Script

# IMPORTANT USAGE GUIDELINES

Expand Down
6 changes: 3 additions & 3 deletions mysqltuner.pl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env perl
# mysqltuner.pl - Version 2.2.12
# mysqltuner.pl - Version 2.3.0
# High Performance MySQL Tuning Script
# Copyright (C) 2015-2023 Jean-Marie Renouard - [email protected]
# Copyright (C) 2006-2023 Major Hayden - [email protected]
Expand Down Expand Up @@ -57,7 +57,7 @@ package main;
#use Env;

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

# Set defaults
Expand Down Expand Up @@ -7359,7 +7359,7 @@ sub which {
=head1 NAME
MySQLTuner 2.2.12 - MySQL High Performance Tuning Script
MySQLTuner 2.3.0 - MySQL High Performance Tuning Script
=head1 IMPORTANT USAGE GUIDELINES
Expand Down

0 comments on commit 8cf314e

Please sign in to comment.