mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-07 14:19:10 -04:00
DBD::SQLite: bumped up the version
This commit is contained in:
parent
4a759c5bcc
commit
e65a04dedc
2 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ use vars qw{$err $errstr $drh $sqlite_version};
|
||||||
use vars qw{%COLLATION};
|
use vars qw{%COLLATION};
|
||||||
|
|
||||||
BEGIN {
|
BEGIN {
|
||||||
$VERSION = '1.30_01';
|
$VERSION = '1.30_02';
|
||||||
@ISA = 'DynaLoader';
|
@ISA = 'DynaLoader';
|
||||||
|
|
||||||
# Initialize errors
|
# Initialize errors
|
||||||
|
|
|
@ -9,7 +9,7 @@ use Test::More ();
|
||||||
|
|
||||||
use vars qw{$VERSION @ISA @EXPORT @CALL_FUNCS};
|
use vars qw{$VERSION @ISA @EXPORT @CALL_FUNCS};
|
||||||
BEGIN {
|
BEGIN {
|
||||||
$VERSION = '1.30_01';
|
$VERSION = '1.30_02';
|
||||||
@ISA = 'Exporter';
|
@ISA = 'Exporter';
|
||||||
@EXPORT = qw/connect_ok dies @CALL_FUNCS/;
|
@EXPORT = qw/connect_ok dies @CALL_FUNCS/;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue