diff --git a/lib/DBD/SQLite.pm b/lib/DBD/SQLite.pm index 9f69acc..ffdb168 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 $drh $sqlite_version}; BEGIN { - $VERSION = '1.24_01'; + $VERSION = '1.24_02'; @ISA = ('DynaLoader'); # Initialize errors diff --git a/t/lib/Test.pm b/t/lib/Test.pm index d3aa373..7dc86b0 100644 --- a/t/lib/Test.pm +++ b/t/lib/Test.pm @@ -9,7 +9,7 @@ use Test::More (); use vars qw{$VERSION @ISA @EXPORT}; BEGIN { - $VERSION = '1.24_01'; + $VERSION = '1.24_02'; @ISA = qw{ Exporter }; @EXPORT = qw{ connect_ok };