From: Peter Rabbitson Date: Wed, 24 Mar 2010 09:54:03 +0000 (+0000) Subject: Release 1.63 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c167ebd87f5fff84f95d891acf220a3c07e8d1a1;p=scpubgit%2FQ-Branch.git Release 1.63 --- diff --git a/Changes b/Changes index 0377b38..e5f7447 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,7 @@ Revision history for SQL::Abstract +revision 1.63 2010-03-24 09:56 (UTC) +---------------------------- - Add ILIKE to the core list of comparision ops revision 1.62 2010-03-15 11:06 (UTC) diff --git a/lib/SQL/Abstract.pm b/lib/SQL/Abstract.pm index 646cc23..32734a3 100644 --- a/lib/SQL/Abstract.pm +++ b/lib/SQL/Abstract.pm @@ -15,7 +15,7 @@ use Scalar::Util (); # GLOBALS #====================================================================== -our $VERSION = '1.62'; +our $VERSION = '1.63'; # This would confuse some packagers #$VERSION = eval $VERSION; # numify for warning-free dev releases