From ddf38fd4c4835b1c15730e12d53eb152338aba14 Mon Sep 17 00:00:00 2001 From: Max Maischein Date: Mon, 30 Mar 2009 16:38:24 +0000 Subject: [PATCH] Bumped version --- 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 ae9e634..d32501a 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_02'; + $VERSION = '1.19_03'; @ISA = ('DynaLoader'); }