1
0
Fork 0
mirror of https://github.com/DBD-SQLite/DBD-SQLite synced 2025-06-08 06:38:12 -04:00

bumped up versions

This commit is contained in:
Kenichi Ishigaki 2011-09-16 00:42:47 +00:00
parent 4184d2314c
commit 8e78ef57e6
2 changed files with 2 additions and 2 deletions

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.33'; $VERSION = '1.34_01';
@ISA = 'DynaLoader'; @ISA = 'DynaLoader';
# Initialize errors # Initialize errors

View file

@ -11,7 +11,7 @@ use vars qw{$VERSION @ISA @EXPORT @CALL_FUNCS};
my $parent; my $parent;
my %dbfiles; my %dbfiles;
BEGIN { BEGIN {
$VERSION = '1.32_03'; $VERSION = '1.34_01';
@ISA = 'Exporter'; @ISA = 'Exporter';
@EXPORT = qw/connect_ok dies dbfile @CALL_FUNCS/; @EXPORT = qw/connect_ok dies dbfile @CALL_FUNCS/;