From 4cea5ffb5dcdb2d174931811f4a1354d8a40390f Mon Sep 17 00:00:00 2001 From: Adam Kennedy Date: Wed, 25 Aug 2010 09:20:06 +0000 Subject: [PATCH] Correcting 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 6c0e9e4..05845b4 100644 --- a/lib/DBD/SQLite.pm +++ b/lib/DBD/SQLite.pm @@ -10,7 +10,7 @@ use vars qw{$err $errstr $drh $sqlite_version $sqlite_version_number}; use vars qw{%COLLATION}; BEGIN { - $VERSION = '1.30_03'; + $VERSION = '1.30_04'; @ISA = 'DynaLoader'; # Initialize errors