1
0
Fork 0
mirror of https://github.com/DBD-SQLite/DBD-SQLite synced 2025-06-07 22:28:47 -04:00

Prepare for dev release

This commit is contained in:
Adam Kennedy 2011-05-12 03:26:57 +00:00
parent d07d745199
commit db06fb278f
3 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
Changes for Perl extension DBD-SQLite 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) - Updated to SQLite 3.7.6.2 (ISHIGAKI)
- Resolved #67843 for DBD-SQLite: savepoint rollback alters AC - Resolved #67843 for DBD-SQLite: savepoint rollback alters AC
state (ISHIGAKI) state (ISHIGAKI)

View file

@ -10,7 +10,7 @@ use vars qw{$err $errstr $drh $sqlite_version $sqlite_version_number};
use vars qw{%COLLATION}; use vars qw{%COLLATION};
BEGIN { BEGIN {
$VERSION = '1.32_02'; $VERSION = '1.32_03';
@ISA = 'DynaLoader'; @ISA = 'DynaLoader';
# Initialize errors # Initialize errors

View file

@ -11,7 +11,7 @@ use vars qw{$VERSION @ISA @EXPORT @CALL_FUNCS};
my $parent; my $parent;
my %dbfiles; my %dbfiles;
BEGIN { BEGIN {
$VERSION = '1.32_02'; $VERSION = '1.32_03';
@ISA = 'Exporter'; @ISA = 'Exporter';
@EXPORT = qw/connect_ok dies dbfile @CALL_FUNCS/; @EXPORT = qw/connect_ok dies dbfile @CALL_FUNCS/;