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

Bumped version to 1.19_07

This commit is contained in:
Max Maischein 2009-04-03 19:30:49 +00:00
parent f0d8426470
commit 6adac653fe

View file

@ -8,7 +8,7 @@ use DynaLoader ();
use vars qw($VERSION @ISA);
use vars qw{$err $errstr $state $drh $sqlite_version};
BEGIN {
$VERSION = '1.19_06';
$VERSION = '1.19_07';
@ISA = ('DynaLoader');
$drh = undef;
}