mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-07 14:19:10 -04:00
Updating version to a dev one for release
This commit is contained in:
parent
b62b86f1ab
commit
ed583d09b2
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ use strict;
|
||||||
|
|
||||||
use DBI;
|
use DBI;
|
||||||
use vars qw($err $errstr $state $drh $VERSION @ISA);
|
use vars qw($err $errstr $state $drh $VERSION @ISA);
|
||||||
$VERSION = '1.15';
|
$VERSION = '1.18_01';
|
||||||
|
|
||||||
use DynaLoader();
|
use DynaLoader();
|
||||||
@ISA = ('DynaLoader');
|
@ISA = ('DynaLoader');
|
||||||
|
|
Loading…
Add table
Reference in a new issue