From d116a5228ef30ecab317a92782e5e6983cd4bb57 Mon Sep 17 00:00:00 2001 From: Kenichi Ishigaki Date: Sat, 3 Nov 2018 21:11:48 +0900 Subject: [PATCH] release 1.59_03 --- 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 2ebca01..80800cb 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.59_02'; +our $VERSION = '1.59_03'; 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 180b621..58aeb96 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.59_02'; +our $VERSION = '1.59_03'; our @ISA;