mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-08 06:38:12 -04:00
Collation merged with main branch
This commit is contained in:
parent
1926c56d66
commit
76a76e7855
1 changed files with 1 additions and 1 deletions
|
@ -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');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue