mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-07 14:19:10 -04:00
bumped up the version
This commit is contained in:
parent
10f82aec32
commit
29798bee02
2 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ use vars qw{$err $errstr $drh $sqlite_version $sqlite_version_number};
|
|||
use vars qw{%COLLATION};
|
||||
|
||||
BEGIN {
|
||||
$VERSION = '1.36_02';
|
||||
$VERSION = '1.36_03';
|
||||
@ISA = 'DynaLoader';
|
||||
|
||||
# Initialize errors
|
||||
|
|
|
@ -11,7 +11,7 @@ use vars qw{$VERSION @ISA @EXPORT @CALL_FUNCS};
|
|||
my $parent;
|
||||
my %dbfiles;
|
||||
BEGIN {
|
||||
$VERSION = '1.36_02';
|
||||
$VERSION = '1.36_03';
|
||||
@ISA = 'Exporter';
|
||||
@EXPORT = qw/connect_ok dies dbfile @CALL_FUNCS/;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue