From 4a71406ea9a6eed2049994e49cdb11b34325af21 Mon Sep 17 00:00:00 2001 From: Kenichi Ishigaki Date: Thu, 27 May 2010 03:31:46 +0000 Subject: [PATCH] version up --- 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 a262040..cf01d1c 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_02'; + $VERSION = '1.30_03'; @ISA = 'DynaLoader'; # Initialize errors diff --git a/t/lib/Test.pm b/t/lib/Test.pm index c1159d7..1bde964 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_02'; + $VERSION = '1.30_03'; @ISA = 'Exporter'; @EXPORT = qw/connect_ok dies @CALL_FUNCS/;