1
0
Fork 0
mirror of https://github.com/DBD-SQLite/DBD-SQLite synced 2025-06-07 22:28:47 -04:00

Ready for release

This commit is contained in:
Adam Kennedy 2011-11-29 00:05:20 +00:00
parent 0171397505
commit b1e77d3a13
2 changed files with 3 additions and 2 deletions

View file

@ -1,7 +1,8 @@
Changes for Perl extension DBD-SQLite 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) - 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 1.34_03 Tue 1 Nov 2011
- Adding an explicit dynamic_config => 1 (ADAMK) - Adding an explicit dynamic_config => 1 (ADAMK)

View file

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