Skip to content

Commit

Permalink
Generate 2.6.2 sub version at 2024-12-22T18:43:55+01:00
Browse files Browse the repository at this point in the history
  • Loading branch information
jmrenouard committed Dec 22, 2024
1 parent 3afcc34 commit 3ecb975
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.6.1 - MySQL High Performance Tuning Script
MySQLTuner 2.6.2 - 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.6.1
# mysqltuner.pl - Version 2.6.2
# 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.6.1";
my $tunerversion = "2.6.2";
my ( @adjvars, @generalrec );

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

0 comments on commit 3ecb975

Please sign in to comment.