From 242d674a557d3adfd26345cf28e635a88dbd16b8 Mon Sep 17 00:00:00 2001 From: Kenichi Ishigaki Date: Sun, 6 Dec 2020 02:04:08 +0900 Subject: [PATCH] Release 1.67_02 --- lib/DBD/SQLite.pm | 2 +- lib/DBD/SQLite/VirtualTable.pm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/DBD/SQLite.pm b/lib/DBD/SQLite.pm index 0ed70e8..04d62a9 100644 --- a/lib/DBD/SQLite.pm +++ b/lib/DBD/SQLite.pm @@ -5,7 +5,7 @@ use strict; use DBI 1.57 (); use XSLoader (); -our $VERSION = '1.67_01'; +our $VERSION = '1.67_02'; # sqlite_version cache (set in the XS bootstrap) our ($sqlite_version, $sqlite_version_number); diff --git a/lib/DBD/SQLite/VirtualTable.pm b/lib/DBD/SQLite/VirtualTable.pm index e7d1fa8..3bf61fa 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.67_01'; +our $VERSION = '1.67_02'; our @ISA;