Release 1.63
Peter Rabbitson [Wed, 24 Mar 2010 09:54:03 +0000 (09:54 +0000)]
Changes
lib/SQL/Abstract.pm

diff --git a/Changes b/Changes
index 0377b38..e5f7447 100644 (file)
--- 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)
index 646cc23..32734a3 100644 (file)
@@ -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