mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-07 14:19:10 -04:00
Bumped version to 1.19_07
This commit is contained in:
parent
f0d8426470
commit
6adac653fe
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ use DynaLoader ();
|
||||||
use vars qw($VERSION @ISA);
|
use vars qw($VERSION @ISA);
|
||||||
use vars qw{$err $errstr $state $drh $sqlite_version};
|
use vars qw{$err $errstr $state $drh $sqlite_version};
|
||||||
BEGIN {
|
BEGIN {
|
||||||
$VERSION = '1.19_06';
|
$VERSION = '1.19_07';
|
||||||
@ISA = ('DynaLoader');
|
@ISA = ('DynaLoader');
|
||||||
$drh = undef;
|
$drh = undef;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue