mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-08 06:38:12 -04:00
DBD-SQLite: bumped up the version and updated Changes for another dev release
This commit is contained in:
parent
0f49460274
commit
404b35f224
2 changed files with 2 additions and 2 deletions
2
Changes
2
Changes
|
@ -1,6 +1,6 @@
|
||||||
Changes for Perl extension DBD-SQLite
|
Changes for Perl extension DBD-SQLite
|
||||||
|
|
||||||
1.26_02 to be released
|
1.26_02 Fri 19 Jun 2009
|
||||||
- Updated to SQLite 3.6.15 (DUNCAND)
|
- Updated to SQLite 3.6.15 (DUNCAND)
|
||||||
- Resolved #44882: Use of $h->func() should be deprecated and
|
- Resolved #44882: Use of $h->func() should be deprecated and
|
||||||
replaced with calls to driver-private 'installed methods'
|
replaced with calls to driver-private 'installed methods'
|
||||||
|
|
|
@ -8,7 +8,7 @@ use DynaLoader ();
|
||||||
use vars qw($VERSION @ISA);
|
use vars qw($VERSION @ISA);
|
||||||
use vars qw{$err $errstr $drh $sqlite_version};
|
use vars qw{$err $errstr $drh $sqlite_version};
|
||||||
BEGIN {
|
BEGIN {
|
||||||
$VERSION = '1.26_01';
|
$VERSION = '1.26_02';
|
||||||
@ISA = 'DynaLoader';
|
@ISA = 'DynaLoader';
|
||||||
|
|
||||||
# Initialize errors
|
# Initialize errors
|
||||||
|
|
Loading…
Add table
Reference in a new issue