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

Preparing for a prod release

This commit is contained in:
Adam Kennedy 2010-01-08 09:06:10 +00:00
parent 8a8fe72c23
commit 2928c11fcd
3 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
Changes for Perl extension DBD-SQLite
1.28_03 not yet released
1.29 Fri 8 Jan 2010
- Updated to SQLite 3.6.22 (DUNCAND)
1.28_02 Sun 3 Jan 2010

View file

@ -10,7 +10,7 @@ use vars qw{$err $errstr $drh $sqlite_version};
use vars qw{%COLLATION};
BEGIN {
$VERSION = '1.28_02';
$VERSION = '1.29';
@ISA = 'DynaLoader';
# Initialize errors

View file

@ -9,7 +9,7 @@ use Test::More ();
use vars qw{$VERSION @ISA @EXPORT @CALL_FUNCS};
BEGIN {
$VERSION = '1.28_02';
$VERSION = '1.29';
@ISA = 'Exporter';
@EXPORT = qw/connect_ok dies @CALL_FUNCS/;