mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-07 06:08:38 -04:00
bumped up the version
This commit is contained in:
parent
3958f90edd
commit
2e7775da04
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ use strict;
|
|||
use DBI 1.57 ();
|
||||
use DynaLoader ();
|
||||
|
||||
our $VERSION = '1.38_02';
|
||||
our $VERSION = '1.38_03';
|
||||
our @ISA = 'DynaLoader';
|
||||
|
||||
# sqlite_version cache (set in the XS bootstrap)
|
||||
|
|
|
@ -7,7 +7,7 @@ use Exporter ();
|
|||
use File::Spec ();
|
||||
use Test::More ();
|
||||
|
||||
our $VERSION = '1.38_02';
|
||||
our $VERSION = '1.38_03';
|
||||
our @ISA = 'Exporter';
|
||||
our @EXPORT = qw/connect_ok dies dbfile @CALL_FUNCS/;
|
||||
our @CALL_FUNCS;
|
||||
|
|
Loading…
Add table
Reference in a new issue