Bump trunk version
Peter Rabbitson [Tue, 9 Mar 2010 12:33:24 +0000 (12:33 +0000)]
Changes
lib/SQL/Abstract.pm

diff --git a/Changes b/Changes
index f77deda..50a6a94 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,7 +1,7 @@
 Revision history for SQL::Abstract
 
     - Fixed open outer parens for a multi-line literal
-    - Allow nested column-functions in WHERE
+    - Allow recursively-nested column-functions in WHERE
 
 revision 1.61  2010-02-05 16:28 (UTC)
 ----------------------------
index 9191010..4ad06d9 100644 (file)
@@ -15,7 +15,7 @@ use Scalar::Util ();
 # GLOBALS
 #======================================================================
 
-our $VERSION  = '1.61';
+our $VERSION  = '1.61_01';
 
 # This would confuse some packagers
 #$VERSION      = eval $VERSION; # numify for warning-free dev releases