mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-08 14:48:32 -04:00
releng 1.51_06
This commit is contained in:
parent
5131f9fdd0
commit
5bd465fc07
3 changed files with 4 additions and 4 deletions
4
Changes
4
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
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue