1
0
Fork 0
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:
Kenichi Ishigaki 2009-06-19 06:04:54 +00:00
parent 0f49460274
commit 404b35f224
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
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)
- Resolved #44882: Use of $h->func() should be deprecated and
replaced with calls to driver-private 'installed methods'

View file

@ -8,7 +8,7 @@ use DynaLoader ();
use vars qw($VERSION @ISA);
use vars qw{$err $errstr $drh $sqlite_version};
BEGIN {
$VERSION = '1.26_01';
$VERSION = '1.26_02';
@ISA = 'DynaLoader';
# Initialize errors