diff --git a/Changes b/Changes index 3b3bf8a..936211b 100644 --- a/Changes +++ b/Changes @@ -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' diff --git a/lib/DBD/SQLite.pm b/lib/DBD/SQLite.pm index aa08715..fef5e06 100644 --- a/lib/DBD/SQLite.pm +++ b/lib/DBD/SQLite.pm @@ -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