diff --git a/lib/DBD/SQLite.pm b/lib/DBD/SQLite.pm index 0ef63ab..f14dd88 100644 --- a/lib/DBD/SQLite.pm +++ b/lib/DBD/SQLite.pm @@ -10,7 +10,7 @@ use vars qw{$err $errstr $drh $sqlite_version}; use vars qw{%COLLATION}; BEGIN { - $VERSION = '1.30_01'; + $VERSION = '1.30_02'; @ISA = 'DynaLoader'; # Initialize errors diff --git a/t/lib/Test.pm b/t/lib/Test.pm index 193cb85..c1159d7 100644 --- a/t/lib/Test.pm +++ b/t/lib/Test.pm @@ -9,7 +9,7 @@ use Test::More (); use vars qw{$VERSION @ISA @EXPORT @CALL_FUNCS}; BEGIN { - $VERSION = '1.30_01'; + $VERSION = '1.30_02'; @ISA = 'Exporter'; @EXPORT = qw/connect_ok dies @CALL_FUNCS/;