Skip to content

Commit fa62806

Browse files
committed
Version v5.001
1 parent e77e473 commit fa62806

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

Changes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
2023-10-04 Daniël van Eeden, DBI/DBD community (5.001)
12
* Only support MySQL 8.x as MySQL 5.7 is going EOL soon
23
* Remove use of MYSQL_OPT_RECONNECT
34
* Remove option to disable SSL/TLS at compile time

lib/Bundle/DBD/mysql.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package Bundle::DBD::mysql;
33
use strict;
44
use warnings;
55

6-
our $VERSION = '4.050';
6+
our $VERSION = '5.001';
77

88
1;
99

lib/DBD/mysql.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ our @ISA = qw(DynaLoader);
1313
# SQL_DRIVER_VER is formatted as dd.dd.dddd
1414
# for version 5.x please switch to 5.00(_00) version numbering
1515
# keep $VERSION in Bundle/DBD/mysql.pm in sync
16-
our $VERSION = '4.050';
16+
our $VERSION = '5.001';
1717

1818
bootstrap DBD::mysql $VERSION;
1919

0 commit comments

Comments
 (0)