From 404b35f224b81b3a24793df8cd3fa2d83f39cb0f Mon Sep 17 00:00:00 2001 From: Kenichi Ishigaki Date: Fri, 19 Jun 2009 06:04:54 +0000 Subject: [PATCH] DBD-SQLite: bumped up the version and updated Changes for another dev release --- Changes | 2 +- lib/DBD/SQLite.pm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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