Skip to content

Commit

Permalink
Generate 2.5.0 minor version at 2023-12-01T00:45:45+01:00
Browse files Browse the repository at this point in the history
  • Loading branch information
jmrenouard committed Nov 30, 2023
1 parent 77699b7 commit 3fd633b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.4.0 - MySQL High Performance Tuning Script
MySQLTuner 2.5.0 - MySQL High Performance Tuning Script

# IMPORTANT USAGE GUIDELINES

Expand Down
8 changes: 4 additions & 4 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.4.0
# mysqltuner.pl - Version 2.5.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.4.0";
my $tunerversion = "2.5.0";
my ( @adjvars, @generalrec );

# Set defaults
Expand Down Expand Up @@ -2526,7 +2526,7 @@ sub check_architecture {
}
elsif ( `uname` =~ /Darwin/ && `uname -m` =~ /x86_64/ ) {

# Darwin gibas.local 12.4.0 Darwin Kernel Version 12.3.0: Sun Jan 6 22:37:10 PST 2013; root:xnu-2050.22.13~1/RELEASE_X86_64 x86_64
# Darwin gibas.local 12.5.0 Darwin Kernel Version 12.3.0: Sun Jan 6 22:37:10 PST 2013; root:xnu-2050.22.13~1/RELEASE_X86_64 x86_64
$arch = 64;
goodprint "Operating on 64-bit architecture";
}
Expand Down Expand Up @@ -7371,7 +7371,7 @@ sub which {
=head1 NAME
MySQLTuner 2.4.0 - MySQL High Performance Tuning Script
MySQLTuner 2.5.0 - MySQL High Performance Tuning Script
=head1 IMPORTANT USAGE GUIDELINES
Expand Down

1 comment on commit 3fd633b

@C0RD
Copy link

@C0RD C0RD commented on 3fd633b Dec 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do you intent to make this to an official release?

Please sign in to comment.