From ed583d09b2ab416939ca199b4bd626f7bef11b2c Mon Sep 17 00:00:00 2001 From: Adam Kennedy Date: Fri, 27 Mar 2009 09:20:08 +0000 Subject: [PATCH] Updating version to a dev one for release --- lib/DBD/SQLite.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/DBD/SQLite.pm b/lib/DBD/SQLite.pm index cea9e33..a94b781 100644 --- a/lib/DBD/SQLite.pm +++ b/lib/DBD/SQLite.pm @@ -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');