Release 0.11010 v0.11010
Amiri Barksdale at Home [Wed, 5 Oct 2011 15:40:55 +0000 (08:40 -0700)]
Changes
lib/SQL/Translator.pm

diff --git a/Changes b/Changes
index 8f1c6e4..29dda64 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,6 @@
+# ----------------------------------------------------------
+# 0.11010 2011-10-05
+# ----------------------------------------------------------
 
 * Add "if exists" to drop view statements in Pg.
 
index af23b62..371e62a 100644 (file)
@@ -24,7 +24,7 @@ use base 'Class::Base';
 
 require 5.005;
 
-$VERSION  = '0.11009';
+$VERSION  = '0.11010';
 $DEBUG    = 0 unless defined $DEBUG;
 $ERROR    = "";