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

New dev release

This commit is contained in:
Adam Kennedy 2011-05-20 02:22:49 +00:00
parent 564dd98d1a
commit 3330dabd6c
2 changed files with 3 additions and 2 deletions

View file

@ -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

View file

@ -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