From ee373f5c09ad36b325a62e53959ba15018d11ccb Mon Sep 17 00:00:00 2001 From: Adam Kennedy Date: Wed, 22 Apr 2009 12:43:06 +0000 Subject: [PATCH] Prep for release --- 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 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 };