1
0
Fork 0
mirror of https://github.com/DBD-SQLite/DBD-SQLite synced 2025-06-07 22:28:47 -04:00

Bumped version

This commit is contained in:
Max Maischein 2009-03-30 16:38:24 +00:00
parent c28ea3c53e
commit ddf38fd4c4

View file

@ -7,7 +7,7 @@ use DynaLoader();
use vars qw($VERSION @ISA); use vars qw($VERSION @ISA);
BEGIN { BEGIN {
$VERSION = '1.19_02'; $VERSION = '1.19_03';
@ISA = ('DynaLoader'); @ISA = ('DynaLoader');
} }