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;