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:
parent
8a8fe72c23
commit
2928c11fcd
3 changed files with 3 additions and 3 deletions
2
Changes
2
Changes
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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/;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue