diff --git a/lib/DBD/SQLite.pm b/lib/DBD/SQLite.pm index 6c0e9e4..05845b4 100644 --- a/lib/DBD/SQLite.pm +++ b/lib/DBD/SQLite.pm @@ -10,7 +10,7 @@ use vars qw{$err $errstr $drh $sqlite_version $sqlite_version_number}; use vars qw{%COLLATION}; BEGIN { - $VERSION = '1.30_03'; + $VERSION = '1.30_04'; @ISA = 'DynaLoader'; # Initialize errors