From 3330dabd6ce8d9bb975ed501997f603345ebc2b9 Mon Sep 17 00:00:00 2001 From: Adam Kennedy Date: Fri, 20 May 2011 02:22:49 +0000 Subject: [PATCH] New dev release --- Changes | 2 +- lib/DBD/SQLite.pm | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index 8e0774d..e11e286 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,6 @@ Changes for Perl extension DBD-SQLite -1.33 to be released +1.32_04 Fri 20 May 2011 - Updated to SQLite 3.7.6.3 (ISHIGAKI) - Made util/getsqlite.pl state that it needs fixing to work for SQLite 3.7.5+ when it dies at the last step, and outline what the diff --git a/lib/DBD/SQLite.pm b/lib/DBD/SQLite.pm index a59d752..e10b1e5 100644 --- a/lib/DBD/SQLite.pm +++ b/lib/DBD/SQLite.pm @@ -10,7 +10,8 @@ use vars qw{$err $errstr $drh $sqlite_version $sqlite_version_number}; use vars qw{%COLLATION}; BEGIN { - $VERSION = '1.32_03'; + $VERSION = '1.32_04'; + $VERSION = eval $VERSION; @ISA = 'DynaLoader'; # Initialize errors