From: Arthur Axel 'fREW' Schmidt Date: Tue, 10 Jul 2012 21:22:41 +0000 (-0500) Subject: release 1.73 X-Git-Tag: v1.73^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FSQL-Abstract.git;a=commitdiff_plain;h=d9ff7a90ccaae8ef841f00cbeb7cb79f6927228d release 1.73 --- diff --git a/Changes b/Changes index 1ae186d..24834fa 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,6 @@ Revision history for SQL::Abstract -revision 1.73_01 2012-05-29 +revision 1.73 2012-07-10 ---------------------------- - Fix parsing of ORDER BY foo + ? - Stop filling in placeholders in `format-sql` since it does not support diff --git a/lib/SQL/Abstract.pm b/lib/SQL/Abstract.pm index 80f1ccb..fcf024e 100644 --- a/lib/SQL/Abstract.pm +++ b/lib/SQL/Abstract.pm @@ -15,7 +15,7 @@ use Scalar::Util (); # GLOBALS #====================================================================== -our $VERSION = '1.73_01'; +our $VERSION = '1.73'; # This would confuse some packagers $VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases