From 34736152e7799bb2d0a4c30456504b11ab33ab8d Mon Sep 17 00:00:00 2001 From: Adam Kennedy Date: Wed, 22 Apr 2009 02:04:36 +0000 Subject: [PATCH] Doing the next dev release --- Changes | 2 +- lib/DBD/SQLite.pm | 2 +- t/lib/Test.pm | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Changes b/Changes index 3abbb01..622acb8 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,6 @@ Changes for Perl extension DBD-SQLite. -1.23_01 not yet released +1.24_01 not yet released - Moved getsqlite.pl into util (ADAMK) - Switching to the RT queue instead of the RT report page that does nothing and just refers you to email (ADAMK) diff --git a/lib/DBD/SQLite.pm b/lib/DBD/SQLite.pm index e0dc119..24c2300 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.23'; + $VERSION = '1.24_01'; @ISA = ('DynaLoader'); # Initialize errors diff --git a/t/lib/Test.pm b/t/lib/Test.pm index 8e42c8f..d3aa373 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.23'; + $VERSION = '1.24_01'; @ISA = qw{ Exporter }; @EXPORT = qw{ connect_ok };