mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-07 14:19:10 -04:00
Ready for release
This commit is contained in:
parent
0171397505
commit
b1e77d3a13
2 changed files with 3 additions and 2 deletions
3
Changes
3
Changes
|
@ -1,7 +1,8 @@
|
|||
Changes for Perl extension DBD-SQLite
|
||||
|
||||
1.34_04 to be released
|
||||
1.35 Tue 29 Nov 2011
|
||||
- Updated to SQLite 3.7.9 (ISHIGAKI)
|
||||
- One small potential break case if you are using FTS4 and ^
|
||||
|
||||
1.34_03 Tue 1 Nov 2011
|
||||
- Adding an explicit dynamic_config => 1 (ADAMK)
|
||||
|
|
|
@ -10,7 +10,7 @@ use vars qw{$err $errstr $drh $sqlite_version $sqlite_version_number};
|
|||
use vars qw{%COLLATION};
|
||||
|
||||
BEGIN {
|
||||
$VERSION = '1.34_03';
|
||||
$VERSION = '1.35';
|
||||
@ISA = 'DynaLoader';
|
||||
|
||||
# Initialize errors
|
||||
|
|
Loading…
Add table
Reference in a new issue