release 1.68
Arthur Axel "fREW" Schmidt [Thu, 16 Sep 2010 14:45:33 +0000 (14:45 +0000)]
Changes
lib/SQL/Abstract.pm

diff --git a/Changes b/Changes
index 3ede2be..5dd2c9b 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
 Revision history for SQL::Abstract
 
+revision 1.68  2010-09-16
+----------------------------
     - Document methods on Tree
     - Add affordances for color coding placeholders
     - Change ::Tree::whitespace to whitespace_keyword
index 6a03d6f..bf00228 100644 (file)
@@ -15,7 +15,7 @@ use Scalar::Util ();
 # GLOBALS
 #======================================================================
 
-our $VERSION  = '1.67_03';
+our $VERSION  = '1.68';
 
 # This would confuse some packagers
 $VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases