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