From 3aa4ac0eed29c9005b3a52b44a701d0571bc3245 Mon Sep 17 00:00:00 2001 From: Kenichi Ishigaki Date: Mon, 10 Aug 2009 16:05:36 +0000 Subject: [PATCH] DBD-SQLite: updated version --- 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 7e055d1..28c7384 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.26_02'; + $VERSION = '1.26_03'; @ISA = 'DynaLoader'; # Initialize errors diff --git a/t/lib/Test.pm b/t/lib/Test.pm index aa8de85..8c71069 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.26_01'; + $VERSION = '1.26_03'; @ISA = 'Exporter'; @EXPORT = qw/connect_ok dies @CALL_FUNCS/;