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

bumped up the version

This commit is contained in:
Kenichi Ishigaki 2010-08-27 13:38:50 +00:00
parent efde739480
commit 3d168fc503
3 changed files with 6 additions and 2 deletions

View file

@ -1,5 +1,9 @@
Changes for Perl extension DBD-SQLite
1.30_05 Fri 27 Aug 2010
- Test::NoWarnings bundled in the "inc" directory was ignored
in a new test. (ISHIGAKI)
1.30_04 Wed 25 Aug 2010
- Updated to SQLite 3.7.2 (DUNCAND)
- Resolved #60698: "Test failures with SQLite 3.7", using included

View file

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

View file

@ -10,7 +10,7 @@ use Test::More ();
use vars qw{$VERSION @ISA @EXPORT @CALL_FUNCS};
my $parent;
BEGIN {
$VERSION = '1.30_03';
$VERSION = '1.30_05';
@ISA = 'Exporter';
@EXPORT = qw/connect_ok dies @CALL_FUNCS/;