From 76a76e7855a2193a65444dc28015db06b2530ea4 Mon Sep 17 00:00:00 2001 From: Max Maischein Date: Tue, 31 Mar 2009 21:24:19 +0000 Subject: [PATCH] Collation merged with main branch --- 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 3355ce6..4946a47 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_04'; + $VERSION = '1.19_05'; @ISA = ('DynaLoader'); }