1
0
Fork 0
mirror of https://github.com/DBD-SQLite/DBD-SQLite synced 2025-06-07 14:19:10 -04:00

Preparing for production release

This commit is contained in:
Adam Kennedy 2011-05-30 07:26:08 +00:00
parent 4c4b9e9517
commit 34bbf1b28c
2 changed files with 4 additions and 1 deletions

View file

@ -1,5 +1,8 @@
Changes for Perl extension DBD-SQLite
1.33 Mon 20 May 2011
- Production release, no changes from 1.32_04
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

View file

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