From 2bb94dc4491b015db5eac6457bbb8f4fc980782d Mon Sep 17 00:00:00 2001 From: Adam Kennedy Date: Fri, 27 Mar 2009 09:22:33 +0000 Subject: [PATCH] Tweak --- 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 a94b781..94f80a5 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.18_01'; +$VERSION = '1.19_01'; use DynaLoader(); @ISA = ('DynaLoader');