diff --git a/lib/DBD/SQLite.pm b/lib/DBD/SQLite.pm index a94b781..94f80a5 100644 --- a/lib/DBD/SQLite.pm +++ b/lib/DBD/SQLite.pm @@ -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');