From 94d039ad725a920e21652b746fc363d99f5a6355 Mon Sep 17 00:00:00 2001 From: Adam Kennedy Date: Fri, 3 Apr 2009 17:14:03 +0000 Subject: [PATCH] Moving to updated version number --- 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 60f91f2..27e228a 100644 --- a/lib/DBD/SQLite.pm +++ b/lib/DBD/SQLite.pm @@ -7,7 +7,7 @@ use DynaLoader(); use vars qw($VERSION @ISA); BEGIN { - $VERSION = '1.19_05'; + $VERSION = '1.19_06'; @ISA = ('DynaLoader'); }