mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-07 14:19:10 -04:00
Correcting the version
This commit is contained in:
parent
778fc853b4
commit
9af168bc3c
2 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ use DynaLoader ();
|
|||
use vars qw($VERSION @ISA);
|
||||
use vars qw{$err $errstr $drh $sqlite_version};
|
||||
BEGIN {
|
||||
$VERSION = '1.19_08';
|
||||
$VERSION = '1.19_09';
|
||||
@ISA = ('DynaLoader');
|
||||
|
||||
# Driver singleton
|
||||
|
|
|
@ -9,7 +9,7 @@ use Test::More ();
|
|||
|
||||
use vars qw{$VERSION @ISA @EXPORT};
|
||||
BEGIN {
|
||||
$VERSION = '1.19_08';
|
||||
$VERSION = '1.19_09';
|
||||
@ISA = qw{ Exporter };
|
||||
@EXPORT = qw{ connect_ok };
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue