From 7dec2b8c1fc1e2502f4ddf37648c752106b196bb Mon Sep 17 00:00:00 2001 From: Kenichi Ishigaki Date: Sat, 1 Dec 2018 11:42:02 +0900 Subject: [PATCH] release 1.60 --- 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 58e110c..175edc1 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ Changes for Perl extension DBD-SQLite +1.60 2018-12-01 + - Switched to a production version + 1.59_03 2018-11-03 - Added a note on the long standing bug on TYPE statement handle attribute diff --git a/lib/DBD/SQLite.pm b/lib/DBD/SQLite.pm index 80800cb..43a4a52 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_03'; +our $VERSION = '1.60'; 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 58aeb96..4881aa5 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_03'; +our $VERSION = '1.60'; our @ISA;