1
0
Fork 0
mirror of https://github.com/DBD-SQLite/DBD-SQLite synced 2025-06-07 14:19:10 -04:00

Doing the next dev release

This commit is contained in:
Adam Kennedy 2009-04-22 02:04:36 +00:00
parent 683e627d25
commit 34736152e7
3 changed files with 3 additions and 3 deletions

View file

@ -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)

View file

@ -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

View file

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