1
0
Fork 0
mirror of https://github.com/DBD-SQLite/DBD-SQLite synced 2025-06-08 06:38:12 -04:00

Moving to updated version number

This commit is contained in:
Adam Kennedy 2009-04-03 17:14:03 +00:00
parent 3f0f9ca82c
commit 94d039ad72

View file

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