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

Collation merged with main branch

This commit is contained in:
Max Maischein 2009-03-31 21:24:19 +00:00
parent 1926c56d66
commit 76a76e7855

View file

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