diff --git a/lib/DBD/SQLite.pm b/lib/DBD/SQLite.pm index 2cb833c..731a7b5 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.36_03'; + $VERSION = '1.36_04'; @ISA = 'DynaLoader'; # Initialize errors diff --git a/t/lib/Test.pm b/t/lib/Test.pm index 7f2af08..79b4c87 100644 --- a/t/lib/Test.pm +++ b/t/lib/Test.pm @@ -11,7 +11,7 @@ use vars qw{$VERSION @ISA @EXPORT @CALL_FUNCS}; my $parent; my %dbfiles; BEGIN { - $VERSION = '1.36_03'; + $VERSION = '1.36_04'; @ISA = 'Exporter'; @EXPORT = qw/connect_ok dies dbfile @CALL_FUNCS/;