diff --git a/lib/DBD/SQLite.pm b/lib/DBD/SQLite.pm index cf46fa9..e389599 100644 --- a/lib/DBD/SQLite.pm +++ b/lib/DBD/SQLite.pm @@ -8,7 +8,7 @@ use DynaLoader (); use vars qw($VERSION @ISA); use vars qw{$err $errstr $state $drh $sqlite_version}; BEGIN { - $VERSION = '1.19_06'; + $VERSION = '1.19_07'; @ISA = ('DynaLoader'); $drh = undef; }