From: Peter Rabbitson Date: Tue, 9 Mar 2010 12:33:24 +0000 (+0000) Subject: Bump trunk version X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f25326299449cab0badd546e118558bb24fb12e7;p=scpubgit%2FQ-Branch.git Bump trunk version --- diff --git a/Changes b/Changes index f77deda..50a6a94 100644 --- 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) ---------------------------- diff --git a/lib/SQL/Abstract.pm b/lib/SQL/Abstract.pm index 9191010..4ad06d9 100644 --- a/lib/SQL/Abstract.pm +++ b/lib/SQL/Abstract.pm @@ -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