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:
parent
564dd98d1a
commit
3330dabd6c
2 changed files with 3 additions and 2 deletions
2
Changes
2
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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue