From: Peter Rabbitson <ribasushi@cpan.org>
Date: Tue, 22 Sep 2009 11:03:37 +0000 (+0000)
Subject: Release 1.60
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=0f2b8636560c4634ec2c73116b0a3dbef2052405;p=scpubgit%2FQ-Branch.git

Release 1.60
---

diff --git a/Changes b/Changes
index 5696d2f..14e1bac 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
 Revision history for SQL::Abstract
 
+revision 1.60  2009-09-22 11:03 (UTC)
+----------------------------
     - fix a well masked error in the sql-test tokenizer
 
 revision 1.59  2009-09-22 08:39 (UTC)
diff --git a/lib/SQL/Abstract.pm b/lib/SQL/Abstract.pm
index 36c6203..e8bb100 100644
--- a/lib/SQL/Abstract.pm
+++ b/lib/SQL/Abstract.pm
@@ -15,7 +15,7 @@ use Scalar::Util qw/blessed/;
 # GLOBALS
 #======================================================================
 
-our $VERSION  = '1.59';
+our $VERSION  = '1.60';
 
 # This would confuse some packagers
 #$VERSION      = eval $VERSION; # numify for warning-free dev releases