release 1.73 v1.73
Arthur Axel 'fREW' Schmidt [Tue, 10 Jul 2012 21:22:41 +0000 (16:22 -0500)]
Changes
lib/SQL/Abstract.pm

diff --git a/Changes b/Changes
index 1ae186d..24834fa 100644 (file)
--- 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
index 80f1ccb..fcf024e 100644 (file)
@@ -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