Release 1.81 v1.81
Peter Rabbitson [Sat, 25 Oct 2014 11:30:24 +0000 (13:30 +0200)]
Changes
lib/SQL/Abstract.pm

diff --git a/Changes b/Changes
index 6294384..771d14c 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
 Revision history for SQL::Abstract
 
+revision 1.81  2014-10-25
+----------------------------
     - Fix overly-enthusiastic parenthesis unroller (RT#99503)
 
 revision 1.80  2014-10-05
index 9e3aad4..a6bbb05 100644 (file)
@@ -27,7 +27,7 @@ BEGIN {
 # GLOBALS
 #======================================================================
 
-our $VERSION  = '1.80';
+our $VERSION  = '1.81';
 
 # This would confuse some packagers
 $VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases