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:
parent
4c4b9e9517
commit
34bbf1b28c
2 changed files with 4 additions and 1 deletions
3
Changes
3
Changes
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue