diff --git a/lib/DBD/SQLite.pm b/lib/DBD/SQLite.pm index cea9e33..a94b781 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.15'; +$VERSION = '1.18_01'; use DynaLoader(); @ISA = ('DynaLoader');