1
0
Fork 0
mirror of https://github.com/DBD-SQLite/DBD-SQLite synced 2025-06-08 06:38:12 -04:00
This commit is contained in:
Adam Kennedy 2009-03-27 09:22:33 +00:00
parent f8c327f8a5
commit 2bb94dc449

View file

@ -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.18_01'; $VERSION = '1.19_01';
use DynaLoader(); use DynaLoader();
@ISA = ('DynaLoader'); @ISA = ('DynaLoader');