1
0
Fork 0
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:
Kenichi Ishigaki 2018-11-03 21:11:48 +09:00
parent 1e2d7839ba
commit d116a5228e
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@ use strict;
use DBI 1.57 (); use DBI 1.57 ();
use DynaLoader (); use DynaLoader ();
our $VERSION = '1.59_02'; our $VERSION = '1.59_03';
our @ISA = 'DynaLoader'; our @ISA = 'DynaLoader';
# sqlite_version cache (set in the XS bootstrap) # sqlite_version cache (set in the XS bootstrap)

View file

@ -5,7 +5,7 @@ use strict;
use warnings; use warnings;
use Scalar::Util qw/weaken/; use Scalar::Util qw/weaken/;
our $VERSION = '1.59_02'; our $VERSION = '1.59_03';
our @ISA; our @ISA;