1
0
Fork 0
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:
Kenichi Ishigaki 2013-05-01 08:56:55 +00:00
parent 3958f90edd
commit 2e7775da04
2 changed files with 2 additions and 2 deletions

View file

@ -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)

View file

@ -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;