diff --git a/lib/DBD/SQLite.pm b/lib/DBD/SQLite.pm index ae9e634..d32501a 100644 --- a/lib/DBD/SQLite.pm +++ b/lib/DBD/SQLite.pm @@ -7,7 +7,7 @@ use DynaLoader(); use vars qw($VERSION @ISA); BEGIN { - $VERSION = '1.19_02'; + $VERSION = '1.19_03'; @ISA = ('DynaLoader'); }