mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-07 22:28:47 -04:00
release 1.59_03
This commit is contained in:
parent
1e2d7839ba
commit
d116a5228e
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ use strict;
|
|||
use DBI 1.57 ();
|
||||
use DynaLoader ();
|
||||
|
||||
our $VERSION = '1.59_02';
|
||||
our $VERSION = '1.59_03';
|
||||
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.59_02';
|
||||
our $VERSION = '1.59_03';
|
||||
our @ISA;
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue