mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-08 22:58:17 -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
|
Changes for Perl extension DBD-SQLite
|
||||||
|
|
||||||
1.51_06 to be released
|
1.51_06 2016-10-15
|
||||||
- Updated SQLite to 3.14.0
|
- Updated SQLite to 3.15.0
|
||||||
|
|
||||||
1.51_05 2016-06-23
|
1.51_05 2016-06-23
|
||||||
- Updated SQLite to 3.13.0
|
- Updated SQLite to 3.13.0
|
||||||
|
|
|
@ -5,7 +5,7 @@ use strict;
|
||||||
use DBI 1.57 ();
|
use DBI 1.57 ();
|
||||||
use DynaLoader ();
|
use DynaLoader ();
|
||||||
|
|
||||||
our $VERSION = '1.51_05';
|
our $VERSION = '1.51_06';
|
||||||
our @ISA = 'DynaLoader';
|
our @ISA = 'DynaLoader';
|
||||||
|
|
||||||
# sqlite_version cache (set in the XS bootstrap)
|
# sqlite_version cache (set in the XS bootstrap)
|
||||||
|
|
|
@ -5,7 +5,7 @@ use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
use Scalar::Util qw/weaken/;
|
use Scalar::Util qw/weaken/;
|
||||||
|
|
||||||
our $VERSION = '1.51_05';
|
our $VERSION = '1.51_06';
|
||||||
our @ISA;
|
our @ISA;
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue