mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-07 22:28:47 -04:00
Correcting version
This commit is contained in:
parent
2f7e6d47eb
commit
4cea5ffb5d
1 changed files with 1 additions and 1 deletions
|
@ -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.30_03';
|
$VERSION = '1.30_04';
|
||||||
@ISA = 'DynaLoader';
|
@ISA = 'DynaLoader';
|
||||||
|
|
||||||
# Initialize errors
|
# Initialize errors
|
||||||
|
|
Loading…
Add table
Reference in a new issue