release 1.67
Arthur Axel "fREW" Schmidt [Mon, 31 May 2010 14:25:23 +0000 (14:25 +0000)]
Changes
lib/SQL/Abstract.pm

diff --git a/Changes b/Changes
index 18eeedf..c8dade1 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
 Revision history for SQL::Abstract
 
+revision 1.67  2010-05-31 14:21 (UTC)
+----------------------------
     - Fix SQL::Test failure when first chunk is an unrecognized
       literal
     - Generic -not operator tests
index cae7e93..6212ae9 100644 (file)
@@ -15,7 +15,7 @@ use Scalar::Util ();
 # GLOBALS
 #======================================================================
 
-our $VERSION  = '1.66_01';
+our $VERSION  = '1.67';
 
 # This would confuse some packagers
 $VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases