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

DBD-SQLite: updated version

This commit is contained in:
Kenichi Ishigaki 2009-08-10 16:05:36 +00:00
parent 909635206d
commit 3aa4ac0eed
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -9,7 +9,7 @@ use Test::More ();
use vars qw{$VERSION @ISA @EXPORT @CALL_FUNCS};
BEGIN {
$VERSION = '1.26_01';
$VERSION = '1.26_03';
@ISA = 'Exporter';
@EXPORT = qw/connect_ok dies @CALL_FUNCS/;