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;