From 108b4a9b5403784cc8e3cd1d50fcf34732810d01 Mon Sep 17 00:00:00 2001 From: Kenichi Ishigaki Date: Sun, 30 Aug 2020 11:12:12 +0900 Subject: [PATCH] Release 1.66 --- Changes | 3 +++ lib/DBD/SQLite.pm | 2 +- lib/DBD/SQLite/VirtualTable.pm | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index 4799f18..5862d0a 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ Changes for Perl extension DBD-SQLite +1.66 2020-08-30 + - Switched to a production version + 1.65_03 2020-07-27 - Upgraded SQLite to 3.32.3 diff --git a/lib/DBD/SQLite.pm b/lib/DBD/SQLite.pm index 67d2e2b..105d990 100644 --- a/lib/DBD/SQLite.pm +++ b/lib/DBD/SQLite.pm @@ -5,7 +5,7 @@ use strict; use DBI 1.57 (); use DynaLoader (); -our $VERSION = '1.65_03'; +our $VERSION = '1.66'; our @ISA = 'DynaLoader'; # sqlite_version cache (set in the XS bootstrap) diff --git a/lib/DBD/SQLite/VirtualTable.pm b/lib/DBD/SQLite/VirtualTable.pm index 7487259..677af15 100644 --- a/lib/DBD/SQLite/VirtualTable.pm +++ b/lib/DBD/SQLite/VirtualTable.pm @@ -5,7 +5,7 @@ use strict; use warnings; use Scalar::Util qw/weaken/; -our $VERSION = '1.65_03'; +our $VERSION = '1.66'; our @ISA;