From b1e77d3a13f0e5e1026775fe73775b233a226559 Mon Sep 17 00:00:00 2001 From: Adam Kennedy Date: Tue, 29 Nov 2011 00:05:20 +0000 Subject: [PATCH] Ready for release --- Changes | 3 ++- lib/DBD/SQLite.pm | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index 64fdb8c..b2446f0 100644 --- a/Changes +++ b/Changes @@ -1,7 +1,8 @@ Changes for Perl extension DBD-SQLite -1.34_04 to be released +1.35 Tue 29 Nov 2011 - Updated to SQLite 3.7.9 (ISHIGAKI) + - One small potential break case if you are using FTS4 and ^ 1.34_03 Tue 1 Nov 2011 - Adding an explicit dynamic_config => 1 (ADAMK) diff --git a/lib/DBD/SQLite.pm b/lib/DBD/SQLite.pm index 6f095f2..635af44 100644 --- a/lib/DBD/SQLite.pm +++ b/lib/DBD/SQLite.pm @@ -10,7 +10,7 @@ use vars qw{$err $errstr $drh $sqlite_version $sqlite_version_number}; use vars qw{%COLLATION}; BEGIN { - $VERSION = '1.34_03'; + $VERSION = '1.35'; @ISA = 'DynaLoader'; # Initialize errors