From 6adac653fecb496769578015dbef68353ed81574 Mon Sep 17 00:00:00 2001 From: Max Maischein Date: Fri, 3 Apr 2009 19:30:49 +0000 Subject: [PATCH] Bumped version to 1.19_07 --- 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 cf46fa9..e389599 100644 --- a/lib/DBD/SQLite.pm +++ b/lib/DBD/SQLite.pm @@ -8,7 +8,7 @@ use DynaLoader (); use vars qw($VERSION @ISA); use vars qw{$err $errstr $state $drh $sqlite_version}; BEGIN { - $VERSION = '1.19_06'; + $VERSION = '1.19_07'; @ISA = ('DynaLoader'); $drh = undef; }