From db06fb278fd80beb893d1fcb91dd95b8b3a3b6ee Mon Sep 17 00:00:00 2001 From: Adam Kennedy Date: Thu, 12 May 2011 03:26:57 +0000 Subject: [PATCH] Prepare for dev release --- Changes | 2 +- lib/DBD/SQLite.pm | 2 +- t/lib/Test.pm | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Changes b/Changes index 0850f57..213133f 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,6 @@ Changes for Perl extension DBD-SQLite -1.32_03 (or 1.33) to be released +1.32_03 Thu 12 May 2011 - Updated to SQLite 3.7.6.2 (ISHIGAKI) - Resolved #67843 for DBD-SQLite: savepoint rollback alters AC state (ISHIGAKI) diff --git a/lib/DBD/SQLite.pm b/lib/DBD/SQLite.pm index 7a5da59..a59d752 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.32_02'; + $VERSION = '1.32_03'; @ISA = 'DynaLoader'; # Initialize errors diff --git a/t/lib/Test.pm b/t/lib/Test.pm index ef025f8..98ebfb6 100644 --- a/t/lib/Test.pm +++ b/t/lib/Test.pm @@ -11,7 +11,7 @@ use vars qw{$VERSION @ISA @EXPORT @CALL_FUNCS}; my $parent; my %dbfiles; BEGIN { - $VERSION = '1.32_02'; + $VERSION = '1.32_03'; @ISA = 'Exporter'; @EXPORT = qw/connect_ok dies dbfile @CALL_FUNCS/;