From 5bd465fc07e48b5e3c1952e7217b09a44e62d233 Mon Sep 17 00:00:00 2001 From: Kenichi Ishigaki Date: Sat, 15 Oct 2016 09:17:54 +0900 Subject: [PATCH] releng 1.51_06 --- Changes | 4 ++-- lib/DBD/SQLite.pm | 2 +- lib/DBD/SQLite/VirtualTable.pm | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Changes b/Changes index 23a9523..6776ac7 100644 --- a/Changes +++ b/Changes @@ -1,7 +1,7 @@ Changes for Perl extension DBD-SQLite -1.51_06 to be released - - Updated SQLite to 3.14.0 +1.51_06 2016-10-15 + - Updated SQLite to 3.15.0 1.51_05 2016-06-23 - Updated SQLite to 3.13.0 diff --git a/lib/DBD/SQLite.pm b/lib/DBD/SQLite.pm index 2440004..657baf6 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.51_05'; +our $VERSION = '1.51_06'; 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 fa33ef1..270a86c 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.51_05'; +our $VERSION = '1.51_06'; our @ISA;