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

Updating version to a dev one for release

This commit is contained in:
Adam Kennedy 2009-03-27 09:20:08 +00:00
parent b62b86f1ab
commit ed583d09b2

View file

@ -5,7 +5,7 @@ use strict;
use DBI;
use vars qw($err $errstr $state $drh $VERSION @ISA);
$VERSION = '1.15';
$VERSION = '1.18_01';
use DynaLoader();
@ISA = ('DynaLoader');