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 };