1
0
Fork 0
mirror of https://github.com/DBD-SQLite/DBD-SQLite synced 2025-06-07 06:08:38 -04:00

Release 1.66

This commit is contained in:
Kenichi Ishigaki 2020-08-30 11:12:12 +09:00
parent 3e91167b0c
commit 108b4a9b54
3 changed files with 5 additions and 2 deletions

View file

@ -1,5 +1,8 @@
Changes for Perl extension DBD-SQLite Changes for Perl extension DBD-SQLite
1.66 2020-08-30
- Switched to a production version
1.65_03 2020-07-27 1.65_03 2020-07-27
- Upgraded SQLite to 3.32.3 - Upgraded SQLite to 3.32.3

View file

@ -5,7 +5,7 @@ use strict;
use DBI 1.57 (); use DBI 1.57 ();
use DynaLoader (); use DynaLoader ();
our $VERSION = '1.65_03'; our $VERSION = '1.66';
our @ISA = 'DynaLoader'; our @ISA = 'DynaLoader';
# sqlite_version cache (set in the XS bootstrap) # sqlite_version cache (set in the XS bootstrap)

View file

@ -5,7 +5,7 @@ use strict;
use warnings; use warnings;
use Scalar::Util qw/weaken/; use Scalar::Util qw/weaken/;
our $VERSION = '1.65_03'; our $VERSION = '1.66';
our @ISA; our @ISA;