1
0
Fork 0
mirror of https://github.com/DBD-SQLite/DBD-SQLite synced 2025-06-07 22:28:47 -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 vars qw($err $errstr $state $drh $VERSION @ISA);
$VERSION = '1.18_01';
$VERSION = '1.19_01';
use DynaLoader();
@ISA = ('DynaLoader');