Skip to content

Commit 27422ea

Browse files
committed
chore: bump version to 2.8.25
1 parent 3184eab commit 27422ea

3 files changed

Lines changed: 8 additions & 4 deletions

File tree

CURRENT_VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.8.24
1+
2.8.25

Changelog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2.8.25 2026-01-18
2+
3+
-
4+
15
2.8.24 2026-01-18
26

37
- fix: improve MariaDB 11+ detection by checking version_comment (issue #869)

mysqltuner.pl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env perl
2-
# mysqltuner.pl - Version 2.8.24
2+
# mysqltuner.pl - Version 2.8.25
33
# High Performance MySQL Tuning Script
44
# Copyright (C) 2015-2023 Jean-Marie Renouard - jmrenouard@gmail.com
55
# Copyright (C) 2006-2023 Major Hayden - major@mhtx.net
@@ -59,7 +59,7 @@ package main;
5959
my $is_win = $^O eq 'MSWin32';
6060

6161
# Set up a few variables for use in the script
62-
my $tunerversion = "2.8.24";
62+
my $tunerversion = "2.8.25";
6363
my ( @adjvars, @generalrec );
6464

6565
# Set defaults
@@ -8361,7 +8361,7 @@ =head1 OUTPUT OPTIONS
83618361
83628362
=head1 VERSION
83638363
8364-
Version 2.8.24
8364+
Version 2.8.25
83658365
=head1 PERLDOC
83668366
83678367
You can find documentation for this module with the perldoc command.

0 commit comments

Comments
 (0)