From abef6d75a9a8da5b2ee38ac787a2483e87738289 Mon Sep 17 00:00:00 2001 From: Kenichi Ishigaki Date: Sat, 9 Jun 2012 04:50:51 +0000 Subject: [PATCH] updated versions --- lib/DBD/SQLite.pm | 2 +- t/lib/Test.pm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/DBD/SQLite.pm b/lib/DBD/SQLite.pm index 731a7b5..90142c9 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_04'; + $VERSION = '1.37'; @ISA = 'DynaLoader'; # Initialize errors diff --git a/t/lib/Test.pm b/t/lib/Test.pm index 79b4c87..30a7982 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_04'; + $VERSION = '1.37'; @ISA = 'Exporter'; @EXPORT = qw/connect_ok dies dbfile @CALL_FUNCS/;