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